Parallel Colt 0.7.2

Package cern.colt.buffer.tint

Fixed sized (non resizable) streaming buffers holding int elements connected to a target objects to which data is automatically flushed upon buffer overflow.

See:
          Description

Interface Summary
IntBuffer2DConsumer Target of a streaming IntBuffer2D into which data is flushed upon buffer overflow.
IntBuffer3DConsumer Target of a streaming IntBuffer3D into which data is flushed upon buffer overflow.
IntBufferConsumer Target of a streaming IntBuffer into which data is flushed upon buffer overflow.
 

Class Summary
IntBuffer Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer2D Fixed sized (non resizable) streaming buffer connected to a target IntBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer3D Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
 

Package cern.colt.buffer.tint Description

Fixed sized (non resizable) streaming buffers holding int elements connected to a target objects to which data is automatically flushed upon buffer overflow.


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage