Package hdf.object

Interface DataFormat

All Known Subinterfaces:
CompoundDataFormat
All Known Implementing Classes:
CompoundDS, Dataset, FitsAttribute, FitsDataset, H4CompoundAttribute, H4GRImage, H4ScalarAttribute, H4SDS, H4Vdata, H5CompoundAttr, H5CompoundDS, H5ScalarAttr, H5ScalarDS, NC2Attribute, NC2Dataset, ScalarDS

public interface DataFormat
An interface that provides general I/O operations for object data. For example, reading data content from the file into memory or writing data content from memory into the file.
Version:
1.0 4/2/2018
Author:
Jordan T. Henderson
See Also: