public class FilteredReader extends BufferedReader
| Constructor and Description |
|---|
FilteredReader(Reader in,
String original,
String replacement)
Constructor.
|
FilteredReader(Reader in,
String original,
String replacement,
int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
readLine() |
close, lines, mark, markSupported, read, read, ready, reset, skippublic FilteredReader(Reader in, String original, String replacement)
in - the reader to read fromoriginal - the string to replacereplacement - the string replacing the original stringpublic FilteredReader(Reader in, String original, String replacement, int size)
in - the reader to read fromoriginal - the string to replacereplacement - the string replacing the original stringsize - the size of the buffer, should the default not meet your needspublic final String readLine() throws IOException
readLine in class BufferedReaderIOExceptionCopyright © 2015. All Rights Reserved.