Uses of Class
org.glassfish.grizzly.memory.ByteBufferArray
Packages that use ByteBufferArray
-
Uses of ByteBufferArray in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return ByteBufferArrayModifier and TypeMethodDescriptionBuffer.toByteBufferArray()Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and returns aByteBufferArraycontaining the convertedByteBuffer.Buffer.toByteBufferArray(int position, int limit) Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and returns aByteBufferArraycontaining the convertedByteBuffer.Buffer.toByteBufferArray(ByteBufferArray array) Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.Buffer.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 ByteBufferArrayModifier and TypeMethodDescriptionBuffer.toByteBufferArray(ByteBufferArray array) Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.Buffer.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 ByteBufferArrayModifier and TypeMethodDescriptionstatic ByteBufferArrayByteBufferArray.create()BuffersBuffer.toByteBufferArray()BuffersBuffer.toByteBufferArray(int position, int limit) BuffersBuffer.toByteBufferArray(ByteBufferArray array) BuffersBuffer.toByteBufferArray(ByteBufferArray array, int position, int limit) final ByteBufferArrayByteBufferWrapper.toByteBufferArray()Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and returns aByteBufferArraycontaining the convertedByteBuffer.final ByteBufferArrayByteBufferWrapper.toByteBufferArray(int position, int limit) Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and returns aByteBufferArraycontaining the convertedByteBuffer.final ByteBufferArrayByteBufferWrapper.toByteBufferArray(ByteBufferArray array) Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.final ByteBufferArrayByteBufferWrapper.toByteBufferArray(ByteBufferArray array, int position, int limit) Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.final ByteBufferArrayHeapBuffer.toByteBufferArray()Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and returns aByteBufferArraycontaining the convertedByteBuffer.final ByteBufferArrayHeapBuffer.toByteBufferArray(int position, int limit) Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and returns aByteBufferArraycontaining the convertedByteBuffer.final ByteBufferArrayHeapBuffer.toByteBufferArray(ByteBufferArray array) Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.final 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 ByteBufferArrayModifier and TypeMethodDescriptionBuffersBuffer.toByteBufferArray(ByteBufferArray array) BuffersBuffer.toByteBufferArray(ByteBufferArray array, int position, int limit) final ByteBufferArrayByteBufferWrapper.toByteBufferArray(ByteBufferArray array) Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.final ByteBufferArrayByteBufferWrapper.toByteBufferArray(ByteBufferArray array, int position, int limit) Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.final ByteBufferArrayHeapBuffer.toByteBufferArray(ByteBufferArray array) Converts thisBufferto aByteBufferperBuffer.toByteBuffer()and adds the result to the providedByteBufferArray.final ByteBufferArrayHeapBuffer.toByteBufferArray(ByteBufferArray array, int position, int limit) Converts thisBufferto aByteBufferperBuffer.toByteBuffer(int, int)and adds the result to the providedByteBufferArray.