| Package | Description |
|---|---|
| com.caucho.vfs |
Resin's Virtual File System.
|
| com.caucho.vfs.i18n |
| Modifier and Type | Class and Description |
|---|---|
class |
NullWriteStream
A WriteStream that writes to nothing.
|
class |
WriteStream
A fast bufferered output stream supporting both character
and byte data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathWrapper.writeToStream(OutputStreamWithBuffer os)
Utility to write the contents of this path to the destination stream.
|
void |
Path.writeToStream(OutputStreamWithBuffer os)
Utility to write the contents of this path to the destination stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WindowsHackWriter.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes into a character buffer using the correct encoding.
|
int |
ISO8859_1Writer.write(OutputStreamWithBuffer os,
char[] cBuf,
int cOffset,
int cLength)
Writes a character buffer using the correct encoding.
|
int |
UTF8Writer.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes into a character buffer using the correct encoding.
|
int |
EncodingWriter.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes a character buffer using the correct encoding.
|
int |
JAVAWriter.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes into a character buffer using the correct encoding.
|
int |
UTF16Writer.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes a character buffer using the UTF-16 encoding.
|