- java.lang.Object
-
- java.io.Writer
-
- org.jline.terminal.impl.AbstractWindowsConsoleWriter
-
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
public abstract class AbstractWindowsConsoleWriter extends Writer
-
-
Constructor Summary
Constructors Constructor Description AbstractWindowsConsoleWriter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods 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)
-
-
-
Method Detail
-
writeConsole
protected abstract void writeConsole(char[] text, int len) throws IOException
- Throws:
IOException
-
write
public void write(char[] cbuf, int off, int len) throws IOException
- Specified by:
write
in classWriter
- Throws:
IOException
-
flush
public void flush()
-
-