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).
Seekable  
 

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 represents a part of a larger random access binary.
ByteBufferReadable  
ByteBufferWriteable IWriteable implementation with ByteBuffer as backend
FileReadable This class is a Random Access File implementation to Binary Readable.
FileWriteable This class is a Random Access File implementation to BinaryWritable implementation.
InputStreamReadable Input stream reader
OutputStreamWriteable  
 

Exception Summary
RuntimeSerializerConstructionException