Package com.partnersoft.v3x.io.formats

Class Summary
BitWriter Bit writer is a big/little endian size specific string returner...
DBFFieldDescriptor handy object for use with dbf files
DBFFile a dbf file.
DBFReader  
DBFRecordSet  
GoedelObjectDump This is similar to the ObjectDump, except that it is indexed by a (possibly nonsequential) long ID name rather than an integer ID.
GoedelObjectDumpBuilder This class builds GoedelObjectDumps using buffered streams.
GoedelObjectDumpDumper  
InMemoryGoedelIndex This is a gadget to allow in-memory sorting of a GoedelObjectStore.
InMemoryStringIndex This is a gadget to allow in-memory sorting of a NamedObjectStore.
MergeObjectDumps Merges two point data files into one.
NamedObjectDump This is similar to the ObjectDump, except that it is indexed by a string name rather than an integer ID.
NamedObjectDumpBuilder This class builds NamedObjectDumps using buffered streams.
NamedObjectDumpDumper  
NamedObjectDumpIterator Allows iteration through a named object dump without high memory or i/o overhead.
NamedObjectDumpSorter  
NamedObjectDumpToCSV  
NamedRandomAccessObjectDump This is similar to the ObjectDump, except that it is indexed by a string name rather than an integer ID.
NamedRandomAccessObjectDumpDumper  
ObjectDatafile  
ObjectDump This is a very simple variable-width, binary storage format for objects.
ObjectDumpBuilder This class builds ObjectDumps using buffered streams.
ObjectDumpPacker Packs any kind of ObjectDump into an appropriate PackedObjectDump.
ObjectDumpScanner Command-line tool that scans through an ObjectDump file.
ObjectDumpSortingGopher A specific gopher for sorting ObjectDump files.
PackedGoedelObjectDump This is a packed (single file) version of a GoedelObjectDump.
PackedGoedelObjectDumpDumper  
PackedNamedObjectDump This is a packed (single file) version of a NamedObjectDump.
PackedNamedRandomAccessObjectDump This is a packed (single file) version of a NamedObjectDump, that uses a RandomAccessFile for i/o.
PackedObjectDump This is an ObjectDump that has been consolidated into a single file.