Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.memory |
Modifier and Type | Method and Description |
---|---|
ByteBufferArray |
Buffer.toByteBufferArray()
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and returns a ByteBufferArray containing the converted ByteBuffer . |
ByteBufferArray |
Buffer.toByteBufferArray(ByteBufferArray array)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
Buffer.toByteBufferArray(ByteBufferArray array,
int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
Buffer.toByteBufferArray(int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and returns a ByteBufferArray containing the converted ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
ByteBufferArray |
Buffer.toByteBufferArray(ByteBufferArray array)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
Buffer.toByteBufferArray(ByteBufferArray array,
int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and adds the result to the provided ByteBufferArray . |
Modifier and Type | Method and Description |
---|---|
static ByteBufferArray |
ByteBufferArray.create() |
ByteBufferArray |
BuffersBuffer.toByteBufferArray() |
ByteBufferArray |
HeapBuffer.toByteBufferArray()
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and returns a ByteBufferArray containing the converted ByteBuffer . |
ByteBufferArray |
ByteBufferWrapper.toByteBufferArray()
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and returns a ByteBufferArray containing the converted ByteBuffer . |
ByteBufferArray |
BuffersBuffer.toByteBufferArray(ByteBufferArray array) |
ByteBufferArray |
HeapBuffer.toByteBufferArray(ByteBufferArray array)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
ByteBufferWrapper.toByteBufferArray(ByteBufferArray array)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
BuffersBuffer.toByteBufferArray(ByteBufferArray array,
int position,
int limit) |
ByteBufferArray |
HeapBuffer.toByteBufferArray(ByteBufferArray array,
int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
ByteBufferWrapper.toByteBufferArray(ByteBufferArray array,
int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
BuffersBuffer.toByteBufferArray(int position,
int limit) |
ByteBufferArray |
HeapBuffer.toByteBufferArray(int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and returns a ByteBufferArray containing the converted ByteBuffer . |
ByteBufferArray |
ByteBufferWrapper.toByteBufferArray(int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and returns a ByteBufferArray containing the converted ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
ByteBufferArray |
BuffersBuffer.toByteBufferArray(ByteBufferArray array) |
ByteBufferArray |
HeapBuffer.toByteBufferArray(ByteBufferArray array)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
ByteBufferWrapper.toByteBufferArray(ByteBufferArray array)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer()
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
BuffersBuffer.toByteBufferArray(ByteBufferArray array,
int position,
int limit) |
ByteBufferArray |
HeapBuffer.toByteBufferArray(ByteBufferArray array,
int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and adds the result to the provided ByteBufferArray . |
ByteBufferArray |
ByteBufferWrapper.toByteBufferArray(ByteBufferArray array,
int position,
int limit)
Converts this
Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int)
and adds the result to the provided ByteBufferArray . |
Copyright © 2014 Oracle Corporation. All rights reserved.