Package ucar.nc2.iosp.hdf5
Class H5header.DataObject
- java.lang.Object
-
- ucar.nc2.iosp.hdf5.H5header.DataObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAddress()
List<H5header.MessageAttribute>
getAttributes()
List<H5header.HeaderMessage>
getMessages()
String
getName()
void
show(Formatter f)
-
-
-
Method Detail
-
getAddress
public long getAddress()
-
getName
public String getName()
-
getMessages
public List<H5header.HeaderMessage> getMessages()
-
getAttributes
public List<H5header.MessageAttribute> getAttributes()
-
show
public void show(Formatter f) throws IOException
- Throws:
IOException
-
-