public interface ChainableReader
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
java.io.Reader chain(java.io.Reader rdr)
rdr - the reader which the returned reader should be filtering