public class EncapsulatingReader extends FilterReader
in
Constructor and Description |
---|
EncapsulatingReader(Reader in,
String prefix,
String postfix) |
EncapsulatingReader(Reader in,
String prefix,
String postfix,
boolean encodePrintable) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
void |
reset() |
close, mark, markSupported, skip
public EncapsulatingReader(Reader in, String prefix, String postfix, boolean encodePrintable)
public int read() throws IOException
read
in class FilterReader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class FilterReader
IOException
public boolean ready() throws IOException
ready
in class FilterReader
IOException
public void reset() throws IOException
reset
in class FilterReader
IOException
Copyright © 2023 Frank!Framework. All rights reserved.