Interface | Description |
---|---|
IOFactory<T> |
Interface for factories producing input (reader) or output (writer) classes.
|
Class | Description |
---|---|
AbstractIOFactory<T> |
Abstract implementation of
IOFactory which provides basic
functionality. |
IOCapabilities |
Class that stores information on a reader or writer
implementation.
|
IOCapabilitiesStorage |
Abstract class that provides the basic functions to store capabilities of
a reader or a writer implementation.
|