? BrokenReader

java.lang.Object
java.io.Reader
org.apache.commons.io.input.BrokenReader
????????:
Closeable, AutoCloseable, Readable

public class BrokenReader extends Reader
Broken reader. This reader always throws an IOException from all the Reader methods where the exception is declared.

This class is mostly useful for testing error handling in code that uses a reader.

???????:
2.7