cern.colt.buffer.tbyte
Interface ByteBufferConsumer
- All Known Implementing Classes:
- ByteBuffer
public interface ByteBufferConsumer
Target of a streaming ByteBuffer into which data is flushed upon
buffer overflow.
Method Summary |
void |
addAllOf(ByteArrayList list)
Adds all elements of the specified list to the receiver. |
addAllOf
void addAllOf(ByteArrayList list)
- Adds all elements of the specified list to the receiver.
- Parameters:
list
- the list of which all elements shall be added.
jHepWork 2.8 (©) S.Chekanov