UC Berkeley Group for User Interface Research
Updated November 17, 2000

Package edu.berkeley.guir.lib.io

Utilities for manipulating non-graphical input and output.

See:
          Description

Interface Summary
PipeCallback A callback to be used with Pipes.
 

Class Summary
CharacterFilter A Filter to be used with the Pipe class.
CountInputStream An InputStream that counts how many characters go through it.
DebugFilter A filter to be used with the Pipe class.
FileLib Miscellaneous file librariesm, for manipulating files, directories, and class files.
Filter Used by class Pipe to filter byte data.
Pipe Creates a one-way pipe between an arbitrary InputStream and an OutputStream, forwarding anything in the InputStream into the OutputStream.
PipeAdapter An adapter for the pipe that implements the PipeCallback.
 

Package edu.berkeley.guir.lib.io Description

Utilities for manipulating non-graphical input and output. Also includes utilities for dealing with files.

This software is distributed under the Berkeley Software License. This software is part of the GUIRLib package.


Copyright Information