CubeTwister 2.0alpha142 2012-02-11

Package ch.randelshofer.io

Provides enhanced classes for input and output through data streams, serialization and the file system.

See:
          Description

Class Summary
BoundedRangeInputStream This input stream implements the BoundedRangeModel and allows the observation of the input reading process.
BoundedRangeReader BoundedRangeReader.
ByteFilterInputStream  
CSVReader Reads values from a comma separated (CSV) stream.
CSVTokenizer Parses a comma separated values (CSV) stream into tokens.
CSVWriter Write values into a comma separated value (CSV) stream.
ImageOutputStreamAdapter Adapts an ImageOutputStream for classes requiring an OutputStream.
LFWriter A character-output stream that converts line terminators into a configurable line separator sequence.mbers.
SeekableByteArrayOutputStream SeekableByteArrayOutputStream.
StreamPosTokenizer This extension of StreamTokenizer keeps track of the position of the tokens in the input stream.
SuspendableInputStream This input stream can be used to suspend, resume and abort a worker thread who is reading an input stream.
 

Exception Summary
ParseException This exception is thrown by ScriptParser, when it encounters an invalid token.
 

Package ch.randelshofer.io Description

Provides enhanced classes for input and output through data streams, serialization and the file system. The classes are built on top of the java.io API.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


(c) Werner Randelshofer.
All rights reserved.