public class BaseH5FileBase extends HDF5File
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
message |
hdf_file_format, hdf_file_root_group, hdf_file_root_node, MAX_NUM_CACHED_OBJECTS, MAX_NUM_CACHED_OBJECTS_KINETOGRAM
Constructor and Description |
---|
BaseH5FileBase(java.io.File file,
int access,
int num_cached_objects) |
Modifier and Type | Method and Description |
---|---|
protected static void |
appendMsg(java.lang.String s) |
static void |
main(java.lang.String[] args) |
protected static long |
readDataset(BaseH5FileBase file,
java.lang.String dataset_name) |
static void |
testAllFiles() |
protected static void |
testH5BaseFile(java.lang.String file_name) |
createEmptyDataset, createFilledDataset, createGroup, dispose, getAllAttributes, getAllChildDatasets, getAllChildGroups, getAttributeFloatValues, getAttributeLongValues, getAttributeStringValues, getChildDataset, getChildGroup, getDataset, getDatasetChunkInfo, getDatasetHyperslabInfo, getDataStreamFromDataset, getFileHandle, getFilePath, getGroup, getNamedRootObject, getUCharDataChunk, getUIntDataChunk, readDatasetHyperslab, readUnsignedDatasetHyperslab, testPrintDatasetInfo, toString, writeChunkToDataset, writeStringAttribute, writeUIntAttribute
public BaseH5FileBase(java.io.File file, int access, int num_cached_objects) throws HDF5ExceptionEx
file
- the path to the file to open or createaccess
- mode: FileFormat.READ, FileFormat.WRITE, FileFormat.CREATEHDF5ExceptionEx
public static void main(java.lang.String[] args)
public static void testAllFiles()
protected static long readDataset(BaseH5FileBase file, java.lang.String dataset_name)
protected static void testH5BaseFile(java.lang.String file_name)
protected static void appendMsg(java.lang.String s)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.