Buffer |
Allocator.allocate() |
This method is used to allocate a default buffer.
|
Buffer |
Allocator.allocate(long size) |
This method is used to allocate a default buffer.
|
Buffer |
ArrayAllocator.allocate() |
This method is used to allocate a default buffer.
|
Buffer |
ArrayAllocator.allocate(long size) |
This method is used to allocate a default buffer.
|
Buffer |
ArrayBuffer.allocate() |
This method is used to allocate a segment of this buffer as a
separate buffer object.
|
Buffer |
Buffer.allocate() |
This method is used to allocate a segment of this buffer as a
separate buffer object.
|
Buffer |
BufferAllocator.allocate() |
This method is used to allocate a default buffer.
|
Buffer |
BufferAllocator.allocate(long size) |
This method is used to allocate a default buffer.
|
Buffer |
FileAllocator.allocate() |
This will allocate a file buffer which will write data for the
buffer to a file.
|
Buffer |
FileAllocator.allocate(long size) |
This will allocate a file buffer which will write data for the
buffer to a file.
|
Buffer |
FilterAllocator.allocate() |
This method is used to allocate a default buffer.
|
Buffer |
FilterAllocator.allocate(long size) |
This method is used to allocate a default buffer.
|
Buffer |
ArrayBuffer.append(byte[] array) |
This method is used to append bytes to the end of the buffer.
|
Buffer |
ArrayBuffer.append(byte[] array,
int off,
int size) |
This method is used to append bytes to the end of the buffer.
|
Buffer |
Buffer.append(byte[] array) |
This method is used to append bytes to the end of the buffer.
|
Buffer |
Buffer.append(byte[] array,
int off,
int len) |
This method is used to append bytes to the end of the buffer.
|
Buffer |
BufferAllocator.append(byte[] array) |
This method is used to append bytes to the end of the buffer.
|
Buffer |
BufferAllocator.append(byte[] array,
int off,
int size) |
This method is used to append bytes to the end of the buffer.
|