Parallel Colt 0.9.4

Uses of Interface
cern.colt.buffer.tchar.CharBufferConsumer

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

Uses of CharBufferConsumer in cern.colt.buffer.tchar
 

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

Constructors in cern.colt.buffer.tchar with parameters of type CharBufferConsumer
CharBuffer(CharBufferConsumer target, int capacity)
          Constructs and returns a new buffer with the given target.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage