public class CharacterSetFilterReader extends AbstractCharacterFilterReader
int code points, handy to remove
known junk characters from CSV files for example.
This class must convert each int read to an Integer. You can increase the Integer cache
with a system property, see Integer.
| Constructor and Description |
|---|
CharacterSetFilterReader(java.io.Reader reader,
java.util.Set<java.lang.Integer> skip)
Constructs a new reader.
|
read, readCopyright © 2010 - 2022 Adobe. All Rights Reserved