org.autoplot.hapi.ConcatenateBinaryRecordReader

concatenates multiple readers so that they appear as one reader.

ConcatenateBinaryRecordReader( )


close

close( ) → void

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


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 - an AbstractBinaryRecordReader

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


readRecord

readRecord( java.nio.ByteBuffer buf ) → int

Parameters

buf - a ByteBuffer

Returns:

int

[search for examples] [view on GitHub] [view on old javadoc]