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.
SKIP_NONEin| Constructor and Description |
|---|
CharacterSetFilterReader(Reader reader,
Integer... skip)
Constructs a new reader.
|
CharacterSetFilterReader(Reader reader,
Set<Integer> skip)
Constructs a new reader.
|
filter, read, readclose, mark, markSupported, ready, reset, skipCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.