| Interface | Description |
|---|---|
| DataSink |
Consumer of input data which may be provided in one go or in chunks.
|
| DataSource |
Abstract representation of a source of data.
|
| ReadableDataSink |
DataSink which exposes all data consumed so far as a DataSource. |
| Class | Description |
|---|---|
| DataSinks |
Utility methods for working with
DataSink abstraction. |
| DataSources |
Utility methods for working with
DataSource abstraction. |