Uses of Class
org.glassfish.grizzly.memory.ByteBufferArray
-
Packages that use ByteBufferArray Package Description org.glassfish.grizzly org.glassfish.grizzly.memory -
-
Uses of ByteBufferArray in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return ByteBufferArray Modifier and Type Method Description ByteBufferArrayBuffer. toByteBufferArray()Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and returns aByteBufferArraycontaining the convertedByteBuffer.ByteBufferArrayBuffer. toByteBufferArray(int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and returns aByteBufferArraycontaining the convertedByteBuffer.ByteBufferArrayBuffer. toByteBufferArray(ByteBufferArray array)Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.ByteBufferArrayBuffer. toByteBufferArray(ByteBufferArray array, int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.Methods in org.glassfish.grizzly with parameters of type ByteBufferArray Modifier and Type Method Description ByteBufferArrayBuffer. toByteBufferArray(ByteBufferArray array)Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.ByteBufferArrayBuffer. toByteBufferArray(ByteBufferArray array, int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray. -
Uses of ByteBufferArray in org.glassfish.grizzly.memory
Methods in org.glassfish.grizzly.memory that return ByteBufferArray Modifier and Type Method Description static ByteBufferArrayByteBufferArray. create()ByteBufferArrayBuffersBuffer. toByteBufferArray()ByteBufferArrayBuffersBuffer. toByteBufferArray(int position, int limit)ByteBufferArrayBuffersBuffer. toByteBufferArray(ByteBufferArray array)ByteBufferArrayBuffersBuffer. toByteBufferArray(ByteBufferArray array, int position, int limit)ByteBufferArrayByteBufferWrapper. toByteBufferArray()Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and returns aByteBufferArraycontaining the convertedByteBuffer.ByteBufferArrayByteBufferWrapper. toByteBufferArray(int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and returns aByteBufferArraycontaining the convertedByteBuffer.ByteBufferArrayByteBufferWrapper. toByteBufferArray(ByteBufferArray array)Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.ByteBufferArrayByteBufferWrapper. toByteBufferArray(ByteBufferArray array, int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.ByteBufferArrayHeapBuffer. toByteBufferArray()Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and returns aByteBufferArraycontaining the convertedByteBuffer.ByteBufferArrayHeapBuffer. toByteBufferArray(int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and returns aByteBufferArraycontaining the convertedByteBuffer.ByteBufferArrayHeapBuffer. toByteBufferArray(ByteBufferArray array)Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.ByteBufferArrayHeapBuffer. toByteBufferArray(ByteBufferArray array, int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.Methods in org.glassfish.grizzly.memory with parameters of type ByteBufferArray Modifier and Type Method Description ByteBufferArrayBuffersBuffer. toByteBufferArray(ByteBufferArray array)ByteBufferArrayBuffersBuffer. toByteBufferArray(ByteBufferArray array, int position, int limit)ByteBufferArrayByteBufferWrapper. toByteBufferArray(ByteBufferArray array)Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.ByteBufferArrayByteBufferWrapper. toByteBufferArray(ByteBufferArray array, int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.ByteBufferArrayHeapBuffer. toByteBufferArray(ByteBufferArray array)Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.ByteBufferArrayHeapBuffer. toByteBufferArray(ByteBufferArray array, int position, int limit)Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.
-