Package visad.data.visad

Provides for importing and exporting serialized Java object files into and out of VisAD.

See:
          Description

Interface Summary
BinaryFile Constant values used by both BinaryReader and BinaryWriter

MAGIC_STR and FORMAT_VERSION are used to mark the file as a VisAD binary file.
Saveable This interface is a "marker" used to indicate to the VisAD binary file code that an object should be saved in binary format.
 

Class Summary
BinaryObjectCache A list which allows objects to be added at a specific index, padding with nulls if necessary.
BinaryReader Read a Data object in VisAD's binary format.
BinarySizer  
BinaryWriter Write a Data object in VisAD's binary format.
TestBinary  
VisADCachingForm VisADCachingForm is the VisAD data format adapter for large binary visad.Data objects which may not fit in memory.
VisADForm VisADForm is the VisAD data format adapter for binary visad.Data objects.
VisADSerialForm VisADSerialForm is the VisAD data format adapter for serialized visad.Data objects.
 

Package visad.data.visad Description

Provides for importing and exporting serialized Java object files into and out of VisAD. These files are effective for short-term, cross-platform storage of data, but should not be used for long-term data storage.