| Package | Description |
|---|---|
| visad.data.visad |
Provides for importing and exporting serialized Java object files
into and out of VisAD.
|
| visad.data.visad.object |
| Class and 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. |
| 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. |
| VisADForm
VisADForm is the VisAD data format adapter for
binary visad.Data objects.
|
| Class and 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. |
| 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. |
| BinaryWriter
Write a
Data object in VisAD's binary format. |