Package javajs.api
Interface GenericBinaryDocumentReader
- All Known Subinterfaces:
GenericBinaryDocument
- All Known Implementing Classes:
BinaryDocument
,CompoundDocument
public interface GenericBinaryDocumentReader
-
Method Summary
Modifier and TypeMethodDescriptionbyte
readByte()
byte[]
readBytes
(int n) double
float
int
readInt()
long
readLong()
short
readString
(int i) int
int
void
setBigEndian
(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)
-