| Interface | Description |
|---|---|
| ConfigurableObjectWriter<T> |
Back end implementations for
ObjectWriter should offer
a default set of configuration options. |
| IoWriterFactory | Deprecated
since = "5.0.1".
|
| Class | Description |
|---|---|
| AbstractObjectWriter<T> |
Common functions for object writers.
|
| ByteStreamFileWriter |
Writes byte arrays to regular output files.
|
| FileOpener |
Opens a file and passes a reader for it to the receiver.
|
| HttpOpener |
Opens an
HttpURLConnection and passes a reader to the receiver. |
| LineReader |
Processes input from a reader line by line.
|
| ObjectFileWriter<T> | |
| ObjectJavaIoWriter<T> | Deprecated
Use
ObjectWriter or ObjectFileWriter instead. |
| ObjectStdoutWriter<T> | |
| ObjectWriter<T> |
Writes objects to stdout or a file
|
| RecordReader |
Reads data from a
Reader and splits it into individual
records. |
| ResourceOpener |
Opens a resource or file and passes a reader for it to the receiver.
|
| StdInOpener |
Helper class to open stdin
|
| TarReader |
Opens (aka 'untar') a tar archive and passes every entry.
|
| Enum | Description |
|---|---|
| FileCompression |
Provides a convenient interface for using stream compressors
and decompressors.
|
| HttpOpener.Method |
| Exception | Description |
|---|---|
| CloseFailed | |
| IoFailed | |
| OpenFailed | |
| WriteFailed |