Package com.anthonyeden.lib.io

IO utilities.

See:
          Description

Class Summary
ByteCountInputStream A FilterInputStream which will keep track of the number of bytes read from the underlying stream.
ByteCountOutputStream A FilterOutputStream which will keep track of the number of bytes written to the underlying stream.
JTextAreaWriter A implementation of the java.io.Writer class which provides writing to a JTextArea via a stream.
NullWriter A null writer will not write any data.
 

Package com.anthonyeden.lib.io Description

IO utilities. This package includes streams which count bytes which have been read and written as well a Writer which can be used to write directly to a JTextArea and a NullWriter for throwing away data written to the writer.



Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.