public abstract class ByteBufferBuffer extends AbstractBuffer
ByteBuffer based buffer.| Constructor and Description |
|---|
ByteBufferBuffer(ByteBufferBytes bytes,
int offset,
int initialCapacity,
int maxCapacity,
io.atomix.utils.concurrent.ReferenceManager<Buffer> referenceManager) |
ByteBufferBuffer(ByteBufferBytes bytes,
io.atomix.utils.concurrent.ReferenceManager<Buffer> referenceManager) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
array()
Returns the underlying byte array.
|
acquire, asReadOnlyBuffer, bytes, capacity, capacity, clear, close, compact, flip, flush, hasRemaining, isDirect, isFile, isReadOnly, limit, limit, mark, maxCapacity, offset, order, order, position, position, read, read, read, read, read, read, read, readBoolean, readBoolean, readByte, readByte, readChar, readChar, readDouble, readDouble, readFloat, readFloat, readInt, readInt, readLong, readLong, readMedium, readMedium, readShort, readShort, readString, readString, readString, readString, readUnsignedByte, readUnsignedByte, readUnsignedInt, readUnsignedInt, readUnsignedMedium, readUnsignedMedium, readUnsignedShort, readUnsignedShort, readUTF8, readUTF8, references, release, remaining, reset, rewind, skip, slice, slice, slice, write, write, write, write, write, write, write, writeBoolean, writeBoolean, writeByte, writeByte, writeChar, writeChar, writeDouble, writeDouble, writeFloat, writeFloat, writeInt, writeInt, writeLong, writeLong, writeMedium, writeMedium, writeShort, writeShort, writeString, writeString, writeString, writeString, writeUnsignedByte, writeUnsignedByte, writeUnsignedInt, writeUnsignedInt, writeUnsignedMedium, writeUnsignedMedium, writeUnsignedShort, writeUnsignedShort, writeUTF8, writeUTF8, zero, zero, zeroequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadByteswriteBytespublic ByteBufferBuffer(ByteBufferBytes bytes, io.atomix.utils.concurrent.ReferenceManager<Buffer> referenceManager)
public ByteBufferBuffer(ByteBufferBytes bytes, int offset, int initialCapacity, int maxCapacity, io.atomix.utils.concurrent.ReferenceManager<Buffer> referenceManager)
public byte[] array()
BufferCopyright © 2013–2017. All rights reserved.