|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Filter
Filter an input stream and produce the result into an output stream. The implementations of this interface must be stateless.
| Method Summary | |
|---|---|
void |
filter(java.io.Reader in,
java.io.Writer out)
Filters. |
| Method Detail |
|---|
void filter(java.io.Reader in,
java.io.Writer out)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||