Class WinExternalTerminal

All Implemented Interfaces:
Closeable, AutoCloseable, Terminal

public class WinExternalTerminal extends ExternalTerminal
Windows-specific external terminal implementation with CR/LF handling.
Author:
Stale W. Pedersen
  • Constructor Details

    • WinExternalTerminal

      public WinExternalTerminal(String name, String type, InputStream masterInput, OutputStream masterOutput) throws IOException
      Create a new Windows external terminal.
      Parameters:
      name - the terminal name
      type - the terminal type
      masterInput - the master input stream
      masterOutput - the master output stream
      Throws:
      IOException - if an I/O error occurs