| Package | Description |
|---|---|
| org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByteArrayOutputStream<T extends AbstractByteArrayOutputStream<T>>
This is the base class for implementing an output stream in which the data
is written into a byte array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayOutputStream
Implements a ThreadSafe version of
AbstractByteArrayOutputStream using instance synchronization. |
class |
UnsynchronizedByteArrayOutputStream
Implements a version of
AbstractByteArrayOutputStream without any concurrent thread safety. |