Package ucar.nc2.internal.iosp.hdf5
Class H5objects.MessageAttribute
- java.lang.Object
-
- ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
-
-
Constructor Summary
Constructors Constructor Description MessageAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDataPosAbsolute()
H5objects.MessageDataspace
getMds()
H5objects.MessageDatatype
getMdt()
String
getName()
byte
getVersion()
String
toString()
-
-
-
Method Detail
-
getVersion
public byte getVersion()
-
getMdt
public H5objects.MessageDatatype getMdt()
-
getMds
public H5objects.MessageDataspace getMds()
-
getDataPosAbsolute
public long getDataPosAbsolute()
-
getName
public String getName()
-
-