public class uEscWriter
extends java.io.Writer
Modifier and Type | Field and Description |
---|---|
(package private) static char[] |
hexTable |
(package private) java.io.OutputStream |
out |
(package private) byte[] |
tmpl |
Constructor and Description |
---|
uEscWriter(java.io.OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] cc,
int ofs,
int len) |
void |
write(int c) |
public void write(int c) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(char[] cc, int ofs, int len) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.Writer
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer