public class UCharStreamingDataConsumer extends StreamingDataConsumer
num_chunks, num_columns, num_rows
Constructor and Description |
---|
UCharStreamingDataConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
doneStreamingData()
override if need opportunity for additional cleanup
|
boolean |
processStreamingDataChunk(java.lang.Object obj)
This method receives a chunk of data as soon as it is read from the file.
|
boolean |
startStreamingData(long num_rows,
long num_columns,
long num_chunks)
this method is called at the start of data transfer and receives the
dimensions of the transfer, num_rows and num_columns, and
number of chunks that will be streamed.
|
getNumChunks, getNumColumns, getNumRows
public boolean startStreamingData(long num_rows, long num_columns, long num_chunks)
startStreamingData
in class StreamingDataConsumer
public boolean processStreamingDataChunk(java.lang.Object obj)
processStreamingDataChunk
in class StreamingDataConsumer
obj
- chunk of data received by hdf librarypublic void doneStreamingData()
doneStreamingData
in class StreamingDataConsumer
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.