|
Class Summary |
| BufferedInput |
BufferedInput extends the BufferedInputStream by providing the features for
simple scanning of input. |
| BufferedOutput |
|
| Char |
The Char class names the control characters because it is inconvenient to
try to remember their ordinal position in the ASCII character set. |
| CountedInput |
CountedInput is meant to be used to process ASCII files. |
| CountedOutput |
CountedOutput extends the BufferedOutputStream by providing the features for
counting characters and lines of output, and methods to output
specific structures. |