Closeable, Flushable, Appendable, AutoCloseablepublic abstract class AbstractWindowsConsoleWriter extends Writer
| Constructor | Description |
|---|---|
AbstractWindowsConsoleWriter() |
| Modifier and Type | Method | 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 © 2020. All rights reserved.