Uses of Class
org.apache.commons.io.input.BrokenReader
-
Packages that use BrokenReader Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of BrokenReader in org.apache.commons.io.input
Fields in org.apache.commons.io.input declared as BrokenReader Modifier and Type Field Description static BrokenReader
BrokenReader. INSTANCE
A singleton instance using a default IOException.
-