Interface TtyConnector
public interface TtyConnector
Interface to tty.
-
Method Summary
-
Method Details
-
init
boolean init() -
close
void close() -
resize
default void resize(int width, int height) -
getName
String getName() -
read
- Throws:
IOException
-
write
- Throws:
IOException
-
isConnected
boolean isConnected() -
write
- Throws:
IOException
-
waitFor
- Throws:
InterruptedException
-
ready
- Throws:
IOException
-