搜索资源列表
Base64OutputStream
- An OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream.
InflaterOutputStream
- An OutputStream filter to decompress data. Callers write compressed data in the "deflate" format, and uncompressed data is written to the underlying stream.
StreamHandler
- A StreamHandler object writes log messages to an output stream, that is, objects of the class java.io.OutputStream.
WildcardType
- This interface represents a wildcard type, such as the simple wildcard ? , the upper bounded wildcard ? extends Closeable , the multiple upper bounded wildcard ? extends Closeable & Flushable or the lower bounded wildcard ? super OutputStream . -Th
NullOutputStream
- This OutputStream writes all data to the famous .
TeeOutputStream
- Classic splitter of OutputStream. Named after the unix tee command. -Classic splitter of OutputStream. Named after the unix tee command.
BufferedOutputStream
- Wraps an existing OutputStream and <em>buffers< em> the output.
AbstractSessionOutputBuffer
- Abstract base class for session output buffers that stream data to an OutputStream.
AbstractSessionOutputBuffer
- Abstract base class for session output buffers that stream data to an OutputStream.
TeeOutputStream
- Classic splitter of OutputStream. Named after the unix tee command.
AbstractSessionOutputBuffer
- Abstract base class for session output buffers that stream data to an OutputStream.
xt_mark
- C++ equivalent to Java s OutputStream class.Make gcc -Wnon-virtual-dtor happy.
memory_output_stream
- OutputStream backed by STL vector.