org.autoplot.hapi.ConcatenateBinaryRecordReader

concatenates multiple readers so that they appear as one reader.


concatenateReader

concatenateReader( org.autoplot.hapi.AbstractBinaryRecordReader r ) → void

add the reader to the readers, so that this reader will be used after the others are used.

Parameters

r -

Returns:

void (returns nothing)

search for examples view on GitHub