Package org.simantics.databoard.util.binary

Interface Summary
BinaryReadable BinaryReadable is a readable stream of bytes.
BinaryWriteable Writeable context Common interface for ByteBuffer, byte[], OutputStream, RandomAccessFile.
RandomAccessBinary Random access binary is a interface to access a binary object (BLOB).
 

Class Summary
BinaryFile This class is a Random Access File implementation to RandomAccessBinary.
BinaryFile2 BinaryFile of multiple cache windows.
BinaryMemory Rancom access memory blob
Blob Blob is recursive random access binary.
ByteBufferReadable  
ByteBufferWriteable IWriteable implementation with ByteBuffer as backend
Endian DataInput and DataOutput serialize primitive numbers with big endian byte order.
InputStreamReadable Input stream reader
LittleEndian DataInput and DataOutput serialize primitive numbers with big endian byte order.
OutputStreamWriteable  
UTF8 Utils for handling Standard-UTF8 and Modified-UTF8 Strings.
 

Enum Summary
RandomAccessBinary.ByteSide