HomeSort by relevance Sort by last modified time
    Searched defs:UnboundedFifoByteBuffer (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 26 * UnboundedFifoByteBuffer is a very efficient buffer implementation.
30 * The removal order of an <code>UnboundedFifoByteBuffer</code> is based on the insertion
39 * used to provide synchronized access to your <code>UnboundedFifoByteBuffer</code>:
41 * Buffer fifo = BufferUtils.synchronizedBuffer(new UnboundedFifoByteBuffer());
55 class UnboundedFifoByteBuffer {
62 * Constructs an UnboundedFifoByteBuffer with the default number of elements.
66 * new UnboundedFifoByteBuffer(32);
69 public UnboundedFifoByteBuffer() {
74 * Constructs an UnboundedFifoByteBuffer with the specified number of elements.
80 public UnboundedFifoByteBuffer(int initialSize)
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 26 * UnboundedFifoByteBuffer is a very efficient buffer implementation.
30 * The removal order of an <code>UnboundedFifoByteBuffer</code> is based on the insertion
39 * used to provide synchronized access to your <code>UnboundedFifoByteBuffer</code>:
41 * Buffer fifo = BufferUtils.synchronizedBuffer(new UnboundedFifoByteBuffer());
55 class UnboundedFifoByteBuffer {
62 * Constructs an UnboundedFifoByteBuffer with the default number of elements.
66 * new UnboundedFifoByteBuffer(32);
69 public UnboundedFifoByteBuffer() {
74 * Constructs an UnboundedFifoByteBuffer with the specified number of elements.
80 public UnboundedFifoByteBuffer(int initialSize)
    [all...]

Completed in 83 milliseconds