public class CharacterFilter extends Reader
| Constructor and Description |
|---|
CharacterFilter(BufferedReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public CharacterFilter(BufferedReader reader)
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2025. All rights reserved.