????
org.apache.commons.io.input.AbstractCharacterFilterReader
???
??
This package provides implementations of input classes, such as
InputStream
and Reader
.-
org.apache.commons.io.input?AbstractCharacterFilterReader???
?????????class
A filter reader that filters out a given character represented as anint
code point, handy to remove known junk characters from CSV files for example.class
A filter reader that removes a given set of characters represented asint
code points, handy to remove known junk characters from CSV files for example.