Package org.simantics.databoard.accessor.binary

Class Summary
BinaryArray Binary Array is accessor to a byte backed array of elements.
BinaryBoolean  
BinaryByte  
BinaryDouble  
BinaryFloat  
BinaryInteger  
BinaryLong  
BinaryMap BinaryMap is accessor to a map structure in a file or byte memory.
BinaryObject BinaryObject is an accessor to a binary object, usually a random access file.
BinaryOptional  
BinaryRecord Accessor to a Binary Record.
BinaryStreamArray Stream Array is accessor to an array where values can be added to the end, and where element size is constant.
BinaryString  
BinaryUnion  
BinaryVariableWidthStreamArray Binary Array is accessor to a byte backed array of elements.
BinaryVariant