| Name | Description | Type | Package | Framework |
| BrokenOutputStream | Broken output stream. | Class | org.apache.commons.io.output | Apache Commons |
|
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. | Class | org.apache.commons.io.output | Apache Commons |
|
| ChunkedOutputStream | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons |
|
| ChunkedWriter | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons |
|
| ClosedOutputStream | Closed output stream. | Class | org.apache.commons.io.output | Apache Commons |
|
| CloseShieldOutputStream | Proxy stream that prevents the underlying output stream from being closed. | Class | org.apache.commons.io.output | Apache Commons |
|
| CountingOutputStream | A decorating output stream that counts the number of bytes that have passed through the stream so far. | Class | org.apache.commons.io.output | Apache Commons |
|
| DeferredFileOutputStream | An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk. | Class | org.apache.commons.io.output | Apache Commons |
|
| DemuxOutputStream | Data written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxOutputStream. | Class | org.apache.commons.io.output | Apache Commons |
|
| FileWriterWithEncoding | Writer of files that allows the encoding to be set. | Class | org.apache.commons.io.output | Apache Commons |
|
| LockableFileWriter | FileWriter that will create and honor lock files to allow simple cross thread file lock handling. | Class | org.apache.commons.io.output | Apache Commons |
|
| NullOutputStream | This OutputStream writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons |
|
| NullWriter | This Writer writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons |
|
| ProxyOutputStream | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.output | Apache Commons |
|
| ProxyWriter | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.output | Apache Commons |
|
| StringBuilderWriter | Writer implementation that outputs to a StringBuilder. | Class | org.apache.commons.io.output | Apache Commons |
|
| TaggedOutputStream | An output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified. | Class | org.apache.commons.io.output | Apache Commons |
|
| TeeOutputStream | Classic splitter of OutputStream. | Class | org.apache.commons.io.output | Apache Commons |
|
| ThresholdingOutputStream | An output stream which triggers an event when a specified number of bytes of data have been written to it. | Class | org.apache.commons.io.output | Apache Commons |
|
| WriterOutputStream | OutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting | Class | org.apache.commons.io.output | Apache Commons |
|
| XmlStreamWriter | Character stream that handles all the necessary Voodo to figure out the charset encoding of the XML document written to the stream. | Class | org.apache.commons.io.output | Apache Commons |