Uses of Interface
ccs.cdb.CallbackStreamConsumer

Packages that use CallbackStreamConsumer
ccs.cdb Object-persistence layer on top of the BeeTree BLOB-persistence engine. 
 

Uses of CallbackStreamConsumer in ccs.cdb
 

Methods in ccs.cdb that return CallbackStreamConsumer
 CallbackStreamConsumer CDBFile.getConsumer()
           
 

Methods in ccs.cdb with parameters of type CallbackStreamConsumer
 void CallbackStreamProducer.setConsumer(CallbackStreamConsumer consumer)
          Set the object which will consume the stream produced.
 void CDBFile.setConsumer(CallbackStreamConsumer consumer)
          Prepare to read this file via a callback.