Package org.apache.commons.io.input
Class CharacterSetFilterReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.apache.commons.io.input.AbstractCharacterFilterReader
org.apache.commons.io.input.CharacterSetFilterReader
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Readable
- 
Field SummaryFields inherited from class org.apache.commons.io.input.AbstractCharacterFilterReaderSKIP_NONEFields inherited from class java.io.FilterReaderin
- 
Constructor SummaryConstructorsConstructorDescriptionCharacterSetFilterReader(Reader reader, Integer... skip) Constructs a new reader.CharacterSetFilterReader(Reader reader, Set<Integer> skip) Constructs a new reader.
- 
Method SummaryMethods inherited from class org.apache.commons.io.input.AbstractCharacterFilterReaderfilter, read, readMethods inherited from class java.io.FilterReaderclose, mark, markSupported, ready, reset, skip
- 
Constructor Details- 
CharacterSetFilterReaderConstructs a new reader.- Parameters:
- reader- the reader to filter.
- skip- the set of characters to filter out.
- Since:
- 2.9.0
 
- 
CharacterSetFilterReaderConstructs a new reader.- Parameters:
- reader- the reader to filter.
- skip- the set of characters to filter out.
 
 
-