Package org.geotoolkit.io

Extensions to standard Java Reader and Writer for I/O operations.

See:
          Description

Interface Summary
LineReader Read lines of text from various sources like BufferedReader, RandomAccessFile or multi-lines String.
 

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.
LineReaders Provides implementations of LineReader.
LineWrapWriter Wraps the lines at the specified maximal line length.
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.
 

Enum Summary
X364 Escape codes from ANSI X3.64 standard (aka ECMA-48 and ISO/IEC 6429).
 

Exception Summary
ContentFormatException Thrown when a stream can't be parsed because some content uses an invalid format.
 

Package org.geotoolkit.io Description

Extensions to standard Java Reader and Writer for I/O operations. Contains also a few Format implementations that are expected to be used in close relationship with readers or writers.

Many Writers defined in this package are actually FilterWriter used for applying on-the-fly formatting while writing text to the output device. For example IndentedLineWriter adds indentation at the beginning of every new line, and TableWriter replaces all occurrence of '\t' by the amount of spaces needed for producing a tabular output.

Since:
1.0
Version:
3.20
Author:
Martin Desruisseaux (IRD, Geomatys)
Module:
utility/geotk-utility (download)


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.