Java org.apache.commons.collections BufferUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections BufferUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections BufferUtils.

The text is from its open source code.

Method

BufferblockingBuffer(Buffer buffer)
Returns a synchronized buffer backed by the given buffer that will block on Buffer#get() and Buffer#remove() operations.
BuffersynchronizedBuffer(Buffer buffer)
Returns a synchronized buffer backed by the given buffer.
BufferunmodifiableBuffer(Buffer buffer)
Returns an unmodifiable buffer backed by the given buffer.