|
|||||||||||
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. |
LineFormat | Parse a line of text data. |
LineWriter | Write 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 use 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 one, etc.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |