|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputStreamWithBuffer | |
|---|---|
| com.caucho.db.blob | |
| com.caucho.filters | |
| com.caucho.jsp | |
| com.caucho.server.cache | |
| com.caucho.server.fastcgi | |
| com.caucho.server.hmux | |
| com.caucho.server.http | |
| com.caucho.server.webapp | |
| com.caucho.vfs | Resin's Virtual File System. |
| com.caucho.vfs.i18n | |
| Uses of OutputStreamWithBuffer in com.caucho.db.blob |
|---|
| Methods in com.caucho.db.blob with parameters of type OutputStreamWithBuffer | |
|---|---|
void |
Inode.writeToStream(OutputStreamWithBuffer os)
Writes the inode value to a stream. |
void |
Inode.writeToStreamOld(OutputStreamWithBuffer os,
long offset,
long length)
Writes the inode value to a stream. |
| Uses of OutputStreamWithBuffer in com.caucho.filters |
|---|
| Subclasses of OutputStreamWithBuffer in com.caucho.filters | |
|---|---|
class |
FilterWrapperResponseStream
|
| Uses of OutputStreamWithBuffer in com.caucho.jsp |
|---|
| Subclasses of OutputStreamWithBuffer in com.caucho.jsp | |
|---|---|
class |
BodyResponseStream
|
| Uses of OutputStreamWithBuffer in com.caucho.server.cache |
|---|
| Methods in com.caucho.server.cache with parameters of type OutputStreamWithBuffer | |
|---|---|
void |
TempFileInode.writeToStream(OutputStreamWithBuffer os)
Writes the inode value to a stream. |
void |
TempFileInode.writeToStream(OutputStreamWithBuffer os,
long offset,
long length)
Writes the inode value to a stream. |
| Uses of OutputStreamWithBuffer in com.caucho.server.fastcgi |
|---|
| Subclasses of OutputStreamWithBuffer in com.caucho.server.fastcgi | |
|---|---|
class |
FastCgiResponseStream
|
| Uses of OutputStreamWithBuffer in com.caucho.server.hmux |
|---|
| Subclasses of OutputStreamWithBuffer in com.caucho.server.hmux | |
|---|---|
class |
HmuxResponseStream
|
| Uses of OutputStreamWithBuffer in com.caucho.server.http |
|---|
| Subclasses of OutputStreamWithBuffer in com.caucho.server.http | |
|---|---|
class |
AbstractResponseStream
API for handling the PrintWriter/ServletOutputStream |
class |
HttpResponseStream
|
class |
ResponseStream
|
class |
StreamWrapperResponseStream
|
class |
StubResponseStream
API for handling the PrintWriter/ServletOutputStream |
class |
ToByteResponseStream
Handles the dual char/byte buffering for the response stream. |
class |
ToCharResponseStream
|
class |
WrapperResponseStream
|
| Uses of OutputStreamWithBuffer in com.caucho.server.webapp |
|---|
| Subclasses of OutputStreamWithBuffer in com.caucho.server.webapp | |
|---|---|
class |
IncludeResponseStream2
|
| Uses of OutputStreamWithBuffer in com.caucho.vfs |
|---|
| Subclasses of OutputStreamWithBuffer in com.caucho.vfs | |
|---|---|
class |
NullWriteStream
A WriteStream that writes to nothing. |
class |
WriteStream
A fast bufferered output stream supporting both character and byte data. |
| Methods in com.caucho.vfs with parameters of type OutputStreamWithBuffer | |
|---|---|
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. |
| Uses of OutputStreamWithBuffer in com.caucho.vfs.i18n |
|---|
| Methods in com.caucho.vfs.i18n with parameters of type OutputStreamWithBuffer | |
|---|---|
void |
EncodingWriter.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes a character buffer using the correct encoding. |
void |
UTF8Writer.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes into a character buffer using the correct encoding. |
void |
ISO8859_1Writer.write(OutputStreamWithBuffer os,
char[] cBuf,
int cOffset,
int cLength)
Writes a character buffer using the correct encoding. |
void |
UTF16Writer.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes a character buffer using the UTF-16 encoding. |
void |
JAVAWriter.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes into a character buffer using the correct encoding. |
void |
WindowsHackWriter.write(OutputStreamWithBuffer os,
char[] cbuf,
int off,
int len)
Writes into a character buffer using the correct encoding. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||