uwcse.tools
Class JevaUW.InputFilter
java.lang.Object
|
+--java.io.Reader
|
+--java.io.FilterReader
|
+--uwcse.tools.JevaUW.InputFilter
- Enclosing class:
- JevaUW
- class JevaUW.InputFilter
- extends java.io.FilterReader
InputFilter consumes the users input, passes is onwards, and dumps
it to the give Writer.
Field Summary |
(package private) java.io.Writer |
out
|
Fields inherited from class java.io.FilterReader |
in |
Fields inherited from class java.io.Reader |
lock |
Constructor Summary |
(package private) |
JevaUW.InputFilter(java.io.Reader in,
java.io.Writer out)
|
Method Summary |
int |
read()
|
int |
read(char[] buf,
int off,
int len)
|
Methods inherited from class java.io.FilterReader |
close, mark, markSupported, ready, reset, skip |
Methods inherited from class java.io.Reader |
read |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
java.io.Writer out
JevaUW.InputFilter
JevaUW.InputFilter(java.io.Reader in,
java.io.Writer out)
read
public int read()
throws java.io.IOException
- Overrides:
read
in class java.io.FilterReader
read
public int read(char[] buf,
int off,
int len)
throws java.io.IOException
- Overrides:
read
in class java.io.FilterReader