Package ucar.nc2.iosp.hdf5
Class H5header.MessageAttribute
- java.lang.Object
-
- ucar.nc2.iosp.hdf5.H5header.MessageAttribute
-
-
Constructor Summary
Constructors Constructor Description MessageAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDataPosAbsolute()H5header.MessageDataspacegetMds()H5header.MessageDatatypegetMdt()StringgetName()AttributegetNcAttribute()bytegetVersion()StringtoString()
-
-
-
Method Detail
-
getVersion
public byte getVersion()
-
getMdt
public H5header.MessageDatatype getMdt()
-
getMds
public H5header.MessageDataspace getMds()
-
getDataPosAbsolute
public long getDataPosAbsolute()
-
getNcAttribute
public Attribute getNcAttribute() throws IOException
- Throws:
IOException
-
getName
public String getName()
-
-