Package | Description |
---|---|
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Method and Description |
---|---|
static TempCharBuffer |
TempCharBuffer.allocate()
Allocate a TempCharBuffer, reusing one if available.
|
TempCharBuffer |
TempCharStream.getHead()
Returns the head.
|
TempCharBuffer |
TempCharBuffer.getNext() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
TempCharReader(TempCharBuffer head)
Create a new TempBuffer.
|