Uses of Class
hdf.object.h5.H5File.IO_TYPE
| Package | Description |
|---|---|
| hdf.object.h5 |
-
Uses of H5File.IO_TYPE in hdf.object.h5
Methods in hdf.object.h5 that return H5File.IO_TYPE Modifier and Type Method Description static H5File.IO_TYPEH5File.IO_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static H5File.IO_TYPE[]H5File.IO_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in hdf.object.h5 with parameters of type H5File.IO_TYPE Modifier and Type Method Description ObjectH5Attribute. AttributeCommonIO(long attr_id, H5File.IO_TYPE ioType, Object objBuf)The general read and write attribute operations for hdf5 object data.ObjectH5CompoundAttr. AttributeCommonIO(long attr_id, H5File.IO_TYPE ioType, Object objBuf)The general read and write attribute operations for hdf5 object data.ObjectH5ScalarAttr. AttributeCommonIO(long attr_id, H5File.IO_TYPE ioType, Object objBuf)The general read and write attribute operations for hdf5 object data.