Parallel Colt 0.9.4

Uses of Interface
cern.colt.buffer.tbyte.ByteBufferConsumer

Packages that use ByteBufferConsumer
cern.colt.buffer.tbyte Fixed sized (non resizable) streaming buffers holding byte elements connected to a target objects to which data is automatically flushed upon buffer overflow. 
 

Uses of ByteBufferConsumer in cern.colt.buffer.tbyte
 

Classes in cern.colt.buffer.tbyte that implement ByteBufferConsumer
 class ByteBuffer
          Fixed sized (non resizable) streaming buffer connected to a target ByteBufferConsumer to which data is automatically flushed upon buffer overflow.
 

Constructors in cern.colt.buffer.tbyte with parameters of type ByteBufferConsumer
ByteBuffer(ByteBufferConsumer target, int capacity)
          Constructs and returns a new buffer with the given target.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage