|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainableReader
Interface indicating that a reader may be chained to another one.
Method Summary | |
---|---|
java.io.Reader |
chain(java.io.Reader rdr)
Returns a reader with the same configuration as this one, but filtering input from the specified reader. |
Method Detail |
---|
java.io.Reader chain(java.io.Reader rdr)
rdr
- the reader which the returned reader should be filtering
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |