Package org.simantics.databoard.file

Interface Summary
IFileList<T> ListFile a List view to a random access file.
 

Class Summary
FileList<T> FileList is a file based implementation of a List collection.
RandomAccessBinaryList<T> BlobList is a RandomAccessBinary backend implementation of a List collection. add() and get() operations serialize and deserialize objects from binary format.
 

Exception Summary
RuntimeIOException