| Package | Description |
|---|---|
| org.apache.commons.io.build |
Provides classes to implement IO builders.
|
| org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader. |
| org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer. |
| org.apache.commons.io.serialization |
Provides a framework for controlling the deserialization of classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamBuilder<T,B extends AbstractStreamBuilder<T,B>>
Abstracts building a typed instance of
T. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ProxyInputStream.AbstractBuilder<T,B extends AbstractStreamBuilder<T,B>>
Abstracts builder properties for subclasses.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidatingObjectInputStream.Builder
Builds a new
ValidatingObjectInputStream. |