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.Writerjava.io.IOExceptionpublic void write(char[] cc,
int ofs,
int len)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void flush()
flush in interface java.io.Flushableflush in class java.io.Writerpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writer