Static methods

staticnew_tty(fd:Int, readable:Bool):Tty

staticreset_mode():Int

Constructor

@:native("new_tty")new(fd:Int, readable:Bool)

Methods

Inherited Variables

Inherited Methods

Defined by Stream

accept(client_stream:Stream):Int

listen(backlog:Int, cb:(String, String) ‑> Void):Int

read_start(cb:(String, String) ‑> Void):Int

set_blocking(blocking:Bool):Int

shutdown(?cb:() ‑> Void):Int

write(data:StreamData, ?cb:(String, Bool) ‑> Void):Int

write2(data:StreamData, send_handle:Tcp, cb:(String, Bool) ‑> Void):Int

Defined by Handle