Class ScreenTerminalOutputStream

java.lang.Object
java.io.OutputStream
org.jline.builtins.ScreenTerminalOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ScreenTerminalOutputStream extends OutputStream
An OutputStream that decodes bytes and writes them to a ScreenTerminal, feeding any VT100 responses back as terminal input.

This class unifies the output stream pattern used when a ScreenTerminal is wired to a LineDisciplineTerminal.