Uses of Class
com.caucho.vfs.TempCharBuffer

Packages that use TempCharBuffer
com.caucho.vfs Resin's Virtual File System. 
 

Uses of TempCharBuffer in com.caucho.vfs
 

Methods in com.caucho.vfs that return TempCharBuffer
static TempCharBuffer TempCharBuffer.allocate()
          Allocate a TempCharBuffer, reusing one if available.
 TempCharBuffer TempCharStream.getHead()
          Returns the head.
 TempCharBuffer TempCharBuffer.getNext()
           
 

Methods in com.caucho.vfs with parameters of type TempCharBuffer
static void TempCharBuffer.free(TempCharBuffer buf)
          Frees a single buffer.
static void TempCharBuffer.freeAll(TempCharBuffer buf)
           
 void TempCharReader.init(TempCharBuffer head)
          Initialize the reader.
 void TempCharBuffer.setNext(TempCharBuffer next)
           
 

Constructors in com.caucho.vfs with parameters of type TempCharBuffer
TempCharReader(TempCharBuffer head)
          Create a new TempBuffer.