Package ucar.nc2.iosp.hdf4
Class H4header.Tag
- java.lang.Object
-
- ucar.nc2.iosp.hdf4.H4header.Tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
detail()
short
getCode()
int
getLength()
int
getOffset()
short
getRefno()
String
getType()
String
getVClass()
String
getVinfo()
boolean
isExtended()
boolean
isUsed()
protected void
read()
String
tag()
String
toString()
-
-
-
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()
-
-