Class ByteArrayPool.DirectBufferByteArray
java.lang.Object
org.apache.mina.util.byteaccess.AbstractByteArray
org.apache.mina.util.byteaccess.BufferByteArray
org.apache.mina.util.byteaccess.ByteArrayPool.DirectBufferByteArray
- All Implemented Interfaces:
ByteArray, IoAbsoluteReader, IoAbsoluteWriter
- Enclosing class:
ByteArrayPool
-
Nested Class Summary
Nested classes/interfaces inherited from interface ByteArray
ByteArray.Cursor -
Field Summary
FieldsFields inherited from class BufferByteArray
bb -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BufferByteArray
cursor, cursor, first, get, get, getChar, getDouble, getFloat, getInt, getIoBuffers, getLong, getShort, getSingleIoBuffer, hashCode, last, order, order, put, put, putChar, putDouble, putFloat, putInt, putLong, putShort, sliceMethods inherited from class AbstractByteArray
equals, length
-
Field Details
-
freed
private boolean freed
-
-
Constructor Details
-
DirectBufferByteArray
-
-
Method Details
-
setFreed
public void setFreed(boolean freed) -
free
public void free()Description copied from interface:ByteArrayRemove any resources associated with this object. Using the object after this method is called may result in undefined behaviour.
-