Package org.gcube.data.streams

Interface Summary
Callback<T> A callback for a StreamConsumer.
Stream<E> An Iterator over the elements of a dataset of arbitrary origin, including memory, secondary storage, and network.
 

Class Summary
Iteration A model of a Stream iteration, with facilities to control it from within Callbacks and FaultHandlers.
LookAheadStream<E> Partial Stream implementation based on look-ahead operations over an underlying stream.
StreamConsumer<T> A generic Stream consumer that delegates element processing and failure handling to a Callback.
Utils Library utils.
 



Copyright © 2012. All Rights Reserved.