Package ucar.nc2.internal.iosp.hdf4
Class H4header.Tag
- java.lang.Object
-
- ucar.nc2.internal.iosp.hdf4.H4header.Tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdetail()shortgetCode()intgetLength()intgetOffset()shortgetRefno()StringgetType()StringgetVClass()StringgetVinfo()booleanisExtended()booleanisUsed()protected voidread()Stringtag()StringtoString()
-
-
-
Method Detail
-
read
protected void read() throws IOException- Throws:
IOException
-
detail
public String detail()
-
tag
public String tag()
-
getCode
public short getCode()
-
getRefno
public short getRefno()
-
isExtended
public boolean isExtended()
-
getOffset
public int getOffset()
-
getLength
public int getLength()
-
getType
public String getType()
-
isUsed
public boolean isUsed()
-
getVinfo
public String getVinfo()
-
getVClass
public String getVClass()
-
-