| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CharBuffer2D
Fixed sized (non resizable) streaming buffer connected to a target
 CharBuffer2DConsumer to which data is automatically flushed upon
 buffer overflow. 
 | 
| Constructor and Description | 
|---|
CharBuffer2D(CharBuffer2DConsumer target,
            int capacity)
Constructs and returns a new buffer with the given target. 
 | 
Jump to the Parallel Colt Homepage