Thu Jun 6 07:26:55 PDT 1996
Class Filter
Class Filter
java.lang.Object
|
+----java.lang.Thread
|
+----Filter
- class Filter
- extends Thread
A Filter is a thread which gets data from an input pipe
and transmits data to another pipe
Variable Index
-
in
-
-
out
-
Constructor Index
-
Filter(PipedOutputStream)
- construction connects this Filters to a source of data
Variables
in
protected PipedInputStream in
out
protected PipedOutputStream out
Constructors
Filter
public Filter(PipedOutputStream src)
- construction connects this Filters to a source of data