See: Description
| Interface | Description |
|---|---|
| InputProcessor |
Processes chars read by
InputReader. |
| InputReader |
This interface represents abstraction for reading characters.
|
| InputReaders.FileInput.Provider |
Provides the file input.
|
| LineProcessor |
Processes the lines fetched by
InputReader usually with help
of the InputProcessors.bridge(LineProcessor). |
| Class | Description |
|---|---|
| InputProcessors |
Factory methods for
InputProcessor classes. |
| InputReaders |
Factory methods for
InputReader classes. |
| InputReaders.FileInput |
Represents the file with associated charset for reading from it.
|
| InputReaderTask |
Task consuming data from the certain reader, processing them with the given
processor.
|
| LineProcessors |
Factory methods for
LineProcessor classes. |
InputReaderTaskBuilt on May 19 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.