Uses of Interface
cern.colt.buffer.IntBuffer3DConsumer
Packages that use IntBuffer3DConsumer
Package
Description
Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.
-
Uses of IntBuffer3DConsumer in cern.colt.buffer
Classes in cern.colt.buffer that implement IntBuffer3DConsumerModifier and TypeClassDescriptionclass
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.Fields in cern.colt.buffer declared as IntBuffer3DConsumerConstructors in cern.colt.buffer with parameters of type IntBuffer3DConsumerModifierConstructorDescriptionIntBuffer3D
(IntBuffer3DConsumer target, int capacity) Constructs and returns a new buffer with the given target.