public class EscapedReader
extends java.io.FilterReader
\\unnnn
) in the
input and de-escapes them. Used in the Jimple Parser.Constructor and Description |
---|
EscapedReader(java.io.Reader fos)
Constructs an EscapedReader around the given Reader.
|
Modifier and Type | Method and Description |
---|---|
int |
read()
Reads a character from the input.
|