Interface GenericBinaryDocumentReader
- All Known Subinterfaces:
GenericBinaryDocument
- All Known Implementing Classes:
BinaryDocument, CompoundDocument
public interface GenericBinaryDocumentReader
-
Method Summary
Modifier and TypeMethodDescriptionlongbytereadByte()byte[]readBytes(int n) doublefloatintreadInt()longreadLong()shortreadString(int i) intintvoidseek(long i) voidsetBigEndian(boolean b)
-
Method Details
-
readByte
-
readBytes
-
readUInt8
-
readInt
-
readShort
-
readUnsignedShort
-
readLong
-
readFloat
-
readDouble
-
readString
-
setBigEndian
void setBigEndian(boolean b) -
seek
void seek(long i) -
getPosition
long getPosition()
-