Package javajs.api
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
- Throws:
Exception
-
readBytes
- Throws:
Exception
-
readUInt8
- Throws:
Exception
-
readInt
- Throws:
Exception
-
readShort
- Throws:
Exception
-
readUnsignedShort
- Throws:
Exception
-
readLong
- Throws:
Exception
-
readFloat
- Throws:
Exception
-
readDouble
- Throws:
Exception
-
readString
- Throws:
Exception
-
setBigEndian
void setBigEndian(boolean b) -
seek
void seek(long i) -
getPosition
long getPosition()
-