public abstract class AbstractWindowsConsoleWriter extends Writer
Constructor and Description |
---|
AbstractWindowsConsoleWriter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
protected abstract void |
writeConsole(char[] text,
int len) |
protected abstract void writeConsole(char[] text, int len) throws IOException
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
public void flush()