Uses of Class
org.ajax4jsf.io.ByteBuffer

Packages that use ByteBuffer
org.ajax4jsf.io Implementation of I/O streams based on buffers 
 

Uses of ByteBuffer in org.ajax4jsf.io
 

Methods in org.ajax4jsf.io that return ByteBuffer
 ByteBuffer ByteBuffer.append(byte c)
          Appends byte to array if there are unfilled positions in it.
 ByteBuffer ByteBuffer.append(byte[] bs, int off, int len)
          Appends segment of a byte array to array if there are unfilled positions in it.
 ByteBuffer FastBufferOutputStream.getFirstBuffer()
          Returns the first link of the chain of byte arrays.
 ByteBuffer ByteBuffer.getNext()
          Returns the next link in the chain.
 ByteBuffer ByteBuffer.getPrevious()
          Returns the previous link in the chain.
 ByteBuffer CharBuffer.toByteBuffer()
          Transforms this instance to instance of ByteBuffer (a link of chain of byte arrays).
 ByteBuffer CharBuffer.toByteBuffer(java.lang.String encoding)
          Transforms this instance to instance of ByteBuffer (a link of chain of byte arrays).
 

Methods in org.ajax4jsf.io with parameters of type ByteBuffer
 void ByteBuffer.setNext(ByteBuffer b)
          Sets the next link in the chain.
 

Constructors in org.ajax4jsf.io with parameters of type ByteBuffer
FastBufferOutputStream(ByteBuffer firstBuffer)
          Creates instance for an already existing chain of byte arrays.
 



Copyright © 2009. All Rights Reserved.