Class BPTreeHeader


  • public class BPTreeHeader
    extends java.lang.Object
    Created by IntelliJ IDEA. User: martind Date: Jan 8, 2010 Time: 3:50:08 PM To change this template use File | Settings | File Templates.
    • Constructor Detail

      • BPTreeHeader

        public BPTreeHeader​(SeekableStream fis,
                            long fileOffset,
                            boolean isLowToHigh)
    • Method Detail

      • getHeaderSize

        public static int getHeaderSize()
      • getHeaderOffset

        public long getHeaderOffset()
      • isHeaderOK

        public boolean isHeaderOK()
      • getMagic

        public int getMagic()
      • getBlockSize

        public int getBlockSize()
      • getKeySize

        public int getKeySize()
      • getValSize

        public int getValSize()
      • getItemCount

        public long getItemCount()
      • getReserved

        public long getReserved()
      • print

        public void print()