public class H4header extends java.lang.Object implements HdfHeaderIF
| Modifier and Type | Class and Description |
|---|---|
class |
H4header.Tag |
| Constructor and Description |
|---|
H4header() |
| Modifier and Type | Method and Description |
|---|---|
void |
getEosInfo(java.util.Formatter f) |
Group.Builder |
getRootGroup() |
java.util.List<H4header.Tag> |
getTags() |
protected java.nio.charset.Charset |
getValueCharset()
Return defined
value charset that
will be used by reading HDF4 header. |
boolean |
isEos() |
void |
makeVinfoForDimensionMapVariable(Group.Builder parent,
Variable.Builder<?> v) |
java.lang.String |
readStructMetadata(Variable.Builder<?> structMetadataVar) |
static void |
setDebugFlags(DebugFlags debugFlag) |
static void |
useHdfEos(boolean val) |
public static void setDebugFlags(DebugFlags debugFlag)
public static void useHdfEos(boolean val)
protected java.nio.charset.Charset getValueCharset()
value charset that
will be used by reading HDF4 header.value charsetpublic boolean isEos()
public void getEosInfo(java.util.Formatter f)
throws java.io.IOException
java.io.IOExceptionpublic Group.Builder getRootGroup()
getRootGroup in interface HdfHeaderIFpublic void makeVinfoForDimensionMapVariable(Group.Builder parent, Variable.Builder<?> v)
makeVinfoForDimensionMapVariable in interface HdfHeaderIFpublic java.lang.String readStructMetadata(Variable.Builder<?> structMetadataVar) throws java.io.IOException
readStructMetadata in interface HdfHeaderIFjava.io.IOExceptionpublic java.util.List<H4header.Tag> getTags()