Package org.jline.terminal.impl
Class AbstractWindowsConsoleWriter
java.lang.Object
java.io.Writer
org.jline.terminal.impl.AbstractWindowsConsoleWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()voidwrite(char[] cbuf, int off, int len) protected abstract voidwriteConsole(char[] text, int len)
-
Constructor Details
-
AbstractWindowsConsoleWriter
public AbstractWindowsConsoleWriter()
-
-
Method Details
-
writeConsole
- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
flush
-
close
-