Copyright 2012-02-25 Werner Randelshofer

Package ch.randelshofer.io

Provides a number of stream filters.

See:
          Description

Class Summary
AcceptAllFileFilter A file filter that accepts all files.
CopyingInputStream Copies all data that has been read through this input stream into an OutputStream.
DocumentWriter This class implements a writer in which the data is written into a document.
ExtensionFileFilter Accepts all directories, and all files which have the given extensions.
PrintWriter2 Same as java.io.PrintWriter with an additional method setLineSeparator allowing to use a line separator that is not the default line separator of the underlying operating system.
StreamPosTokenizer_old 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.
 

Package ch.randelshofer.io Description

Provides a number of stream filters.


Copyright 2012-02-25 Werner Randelshofer