public class EscapedReader extends FilterReader
\\unnnn
) in the
input and de-escapes them. Used in the Jimple Parser.in
Constructor and Description |
---|
EscapedReader(Reader fos)
Constructs an EscapedReader around the given Reader.
|
Modifier and Type | Method and Description |
---|---|
int |
read()
Reads a character from the input.
|
close, mark, markSupported, read, ready, reset, skip
public EscapedReader(Reader fos)
public int read() throws IOException
read
in class FilterReader
IOException