Uses of Class
org.glassfish.grizzly.memory.ByteBufferArray

Packages that use ByteBufferArray
org.glassfish.grizzly   
org.glassfish.grizzly.memory   
 

Uses of ByteBufferArray in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return ByteBufferArray
 ByteBufferArray Buffer.toByteBufferArray()
           
 ByteBufferArray Buffer.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray Buffer.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 ByteBufferArray Buffer.toByteBufferArray(int position, int limit)
           
 

Methods in org.glassfish.grizzly with parameters of type ByteBufferArray
 ByteBufferArray Buffer.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray Buffer.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 

Uses of ByteBufferArray in org.glassfish.grizzly.memory
 

Methods in org.glassfish.grizzly.memory that return ByteBufferArray
static ByteBufferArray ByteBufferArray.create()
           
 ByteBufferArray HeapBuffer.toByteBufferArray()
           
 ByteBufferArray ByteBufferWrapper.toByteBufferArray()
           
 ByteBufferArray BuffersBuffer.toByteBufferArray()
           
 ByteBufferArray HeapBuffer.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray ByteBufferWrapper.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray BuffersBuffer.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray HeapBuffer.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 ByteBufferArray ByteBufferWrapper.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 ByteBufferArray BuffersBuffer.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 ByteBufferArray HeapBuffer.toByteBufferArray(int position, int limit)
           
 ByteBufferArray ByteBufferWrapper.toByteBufferArray(int position, int limit)
           
 ByteBufferArray BuffersBuffer.toByteBufferArray(int position, int limit)
           
 

Methods in org.glassfish.grizzly.memory with parameters of type ByteBufferArray
 ByteBufferArray HeapBuffer.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray ByteBufferWrapper.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray BuffersBuffer.toByteBufferArray(ByteBufferArray array)
           
 ByteBufferArray HeapBuffer.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 ByteBufferArray ByteBufferWrapper.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 ByteBufferArray BuffersBuffer.toByteBufferArray(ByteBufferArray array, int position, int limit)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.