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
IOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void flush()
Copyright © 2018. All rights reserved.