Class BaseByteBuffer

java.lang.Object
org.apache.mina.common.ByteBuffer
org.apache.mina.common.support.BaseByteBuffer
All Implemented Interfaces:
Comparable<ByteBuffer>

public abstract class BaseByteBuffer extends ByteBuffer
A base implementation of ByteBuffer. This implementation assumes that ByteBuffer.buf() always returns a correct NIO ByteBuffer instance. Most implementations could extend this class and implement their own buffer management mechanism.
See Also: