See: Description
| Interface | Description |
|---|---|
| BinaryFile |
Constant values used by both
BinaryReader
and
BinaryWriterMAGIC_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 | Description |
|---|---|
| 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.
|