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