|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Reader and Writer.
See:
Description
| Class Summary | |
|---|---|
| DefaultFileFilter | A FileFilter implementation using Unix-style wildcards. |
| EchoWriter | A writer that copy all output to an other stream. |
| ExpandedTabWriter | Writes characters to a stream while expanding tabs ('\t') into spaces. |
| IndentedLineWriter | A writer that put some spaces in front of every lines. |
| LineFormat | Parses a line of text data. |
| LineWriter | Writes characters to a stream while replacing various EOL by a unique string. |
| NumberedLineWriter | A writer that put line number in front of every line. |
| TableWriter | A character stream that can be used to format tables. |
| Exception Summary | |
|---|---|
| ContentFormatException | Throws when a stream can't be parsed because some content uses an invalid format. |
Extensions to standard Reader and Writer.
Classes provided in this package are filters for expanding the tab character
('\t'), replaces various EOL characters with the platform-dependent
ones, etc.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||