Interface ChainableReader

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a reader with the same configuration as this one, but filtering input from the specified reader.
  • Method Details

    • chain

      Reader chain(Reader rdr)
      Returns a reader with the same configuration as this one, but filtering input from the specified reader.
      Parameters:
      rdr - the reader which the returned reader should be filtering
      Returns:
      a reader with the same configuration as this one, but filtering input from the specified reader