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 long
getDataPosAbsolute()
H5header.MessageDataspace
getMds()
H5header.MessageDatatype
getMdt()
String
getName()
Attribute
getNcAttribute()
byte
getVersion()
String
toString()
-
-
-
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()
-
-