Package org.broad.igv.bbfile
Class BPTreeHeader
- java.lang.Object
-
- org.broad.igv.bbfile.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.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BPTREE_HEADER_SIZE
static int
BPTREE_MAGIC_HTL
static int
BPTREE_MAGIC_LTH
-
Constructor Summary
Constructors Constructor Description BPTreeHeader(SeekableStream fis, long fileOffset, boolean isLowToHigh)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBlockSize()
long
getHeaderOffset()
static int
getHeaderSize()
long
getItemCount()
int
getKeySize()
int
getMagic()
long
getReserved()
int
getValSize()
boolean
isHeaderOK()
void
print()
-
-
-
Field Detail
-
BPTREE_HEADER_SIZE
public static final int BPTREE_HEADER_SIZE
- See Also:
- Constant Field Values
-
BPTREE_MAGIC_LTH
public static final int BPTREE_MAGIC_LTH
- See Also:
- Constant Field Values
-
BPTREE_MAGIC_HTL
public static final int BPTREE_MAGIC_HTL
- See Also:
- Constant Field Values
-
-
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()
-
-