Package | Description |
---|---|
com.pacbio.secondary.vis.io.hdf.file.hdf5 |
Support for reading/writing of HDF5 files
|
com.pacbio.secondary.vis.io.hdf.streaming |
Support for callback-based, asynchronous data streaming
|
com.pacbio.secondary.vis.io.hdf.test |
Hdf library test suite
|
Modifier and Type | Method and Description |
---|---|
boolean |
HDF5File.getDataStreamFromDataset(H5ScalarDS dataset,
long start_row,
long end_row,
StreamingDataConsumer consumer)
Main method for random access streaming of data.
|
Modifier and Type | Class and Description |
---|---|
class |
UCharStreamingDataConsumer
Specialized class representing a consumer of streaming chunks of UChar data.
|
class |
UIntStreamingDataConsumer
Specialized class representing a consumer of streaming chunks of UInt data.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
HDFTest.testDataStreaming(CMPH5File cmp_file,
H5ScalarDS dataset,
StreamingDataConsumer consumer)
Demo/Test method only.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.