public class H5header extends Object
Modifier and Type | Class and Description |
---|---|
class |
H5header.DataObject |
class |
H5header.HeaderMessage |
class |
H5header.MessageAttribute |
class |
H5header.MessageDataspace |
class |
H5header.MessageDatatype |
static class |
H5header.MessageType |
static class |
H5header.TypeInfo |
class |
H5header.Vinfo |
Modifier and Type | Field and Description |
---|---|
static String |
HDF5_CLASS |
static String |
HDF5_DIMENSION_LABELS |
static String |
HDF5_DIMENSION_LIST |
static String |
HDF5_DIMENSION_NAME |
static String |
HDF5_DIMENSION_SCALE |
static String |
HDF5_REFERENCE_LIST |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected Array |
convertEnums(Map<Integer,String> map,
DataType dataType,
Array values) |
List<H5header.DataObject> |
getDataObjects() |
byte |
getSizeOffsets() |
static boolean |
isValidFile(RandomAccessFile raf) |
void |
read(PrintWriter debugPS) |
static void |
setDebugFlags(DebugFlags debugFlag) |
public static final String HDF5_CLASS
public static final String HDF5_DIMENSION_LIST
public static final String HDF5_DIMENSION_SCALE
public static final String HDF5_DIMENSION_LABELS
public static final String HDF5_DIMENSION_NAME
public static final String HDF5_REFERENCE_LIST
public static void setDebugFlags(DebugFlags debugFlag)
public static boolean isValidFile(RandomAccessFile raf) throws IOException
IOException
public byte getSizeOffsets()
public void read(PrintWriter debugPS) throws IOException
IOException
public List<H5header.DataObject> getDataObjects()
public void close()
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.