Package javajs.api
Interface GenericBinaryDocument
- All Superinterfaces:
GenericBinaryDocumentReader
- All Known Implementing Classes:
BinaryDocument
,CompoundDocument
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getAllDataFiles
(String binaryFileList, String firstFile) void
long
int
readByteArray
(byte[] b, int off, int len) int
void
seek
(long i) void
setStream
(BufferedInputStream bis, boolean isBigEndian) void
setStreamData
(DataInputStream dataInputStream, boolean isBigEndian) int
swapBytesI
(int nx) short
swapBytesS
(short s) Methods inherited from interface javajs.api.GenericBinaryDocumentReader
readByte, readBytes, readDouble, readFloat, readInt, readLong, readShort, readString, readUInt8, readUnsignedShort, setBigEndian
-
Method Details
-
setStream
-
setStreamData
-
getPosition
long getPosition() -
getAllDataFiles
-
getAllDataMapped
-
swapBytesI
int swapBytesI(int nx) -
swapBytesS
short swapBytesS(short s) -
seek
void seek(long i) -
setOutputChannel
-
getInputStream
InputStream getInputStream() -
readIntLE
- Throws:
Exception
-
readByteArray
- Throws:
Exception
-
close
void close()
-