public class uEscWriter extends Writer
Constructor and Description |
---|
uEscWriter(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 uEscWriter(OutputStream out)
public void write(int c) throws IOException
write
in class Writer
IOException
public void write(char[] cc, int ofs, int len) throws IOException
write
in class Writer
IOException
public void flush()
Copyright © 2021. All Rights Reserved.