public class EscapedWriter
extends java.io.FilterWriter
\\unnnn
) in the
input and substitutes their escaped representation. Used for Soot output.Modifier and Type | Field and Description |
---|---|
java.lang.String |
lineSeparator
Convenience field containing the system's line separator.
|
Constructor and Description |
---|
EscapedWriter(java.io.Writer fos)
Constructs an EscapedWriter around the given Writer.
|
Modifier and Type | Method and Description |
---|---|
void |
print(int ch)
Print a single character (unsupported).
|
void |
write(int ch)
Write a single character.
|
void |
write(java.lang.String s,
int off,
int len)
Write a segment of the given String.
|
public final java.lang.String lineSeparator
public EscapedWriter(java.io.Writer fos)
public void print(int ch) throws java.io.IOException
java.io.IOException
public void write(java.lang.String s, int off, int len) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException
public void write(int ch) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException