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 IOException
IOExceptionlong readLength()
throws IOException
IOExceptionlong readVariableSizeUnsigned(int i)
throws IOException
IOExceptionbyte getSizeOffsets()
long readAddress()
throws IOException
IOExceptionbyte getSizeLengths()
int getNumBytesFromMax(long l)
int makeIntFromBytes(byte[] heapId,
int i,
int n)
boolean isOffsetLong()