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