Interface TtyConnector


public interface TtyConnector
Interface to tty.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    boolean
     
    boolean
     
    int
    read(char[] buf, int offset, int length)
     
    boolean
     
    default void
    resize(int width, int height)
     
    int
     
    void
    write(byte[] bytes)
     
    void
    write(String string)