public interface H5headerIF
Modifier and Type | Method and Description |
---|---|
long |
getFileOffset(long address) |
int |
getNumBytesFromMax(long l) |
RandomAccessFile |
getRandomAccessFile() |
byte |
getSizeLengths() |
byte |
getSizeOffsets() |
boolean |
isOffsetLong() |
int |
makeIntFromBytes(byte[] heapId,
int i,
int n) |
long |
readAddress() |
long |
readLength() |
long |
readOffset() |
long |
readVariableSizeUnsigned(int i) |
RandomAccessFile getRandomAccessFile()
long getFileOffset(long address)
long readOffset() throws java.io.IOException
java.io.IOException
long readLength() throws java.io.IOException
java.io.IOException
long readVariableSizeUnsigned(int i) throws java.io.IOException
java.io.IOException
byte getSizeOffsets()
long readAddress() throws java.io.IOException
java.io.IOException
byte getSizeLengths()
int getNumBytesFromMax(long l)
int makeIntFromBytes(byte[] heapId, int i, int n)
boolean isOffsetLong()