InputChannelImpl

Undocumented in source.

Members

Functions

onRead
void onRead(void delegate(byte[]) d)
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(byte[] b)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_onRead
void delegate(byte[])* _onRead;
Undocumented in source.

Inherited Members

From ChannelImpl

_onClose
void delegate()* _onClose;
Undocumented in source.
onClose
void onClose(void delegate() d)
Undocumented in source. Be warned that the author may not have intended to support it.
_onOpen
void delegate()* _onOpen;
Undocumented in source.
onOpen
void onOpen(void delegate() d)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open()
Undocumented in source. Be warned that the author may not have intended to support it.

From InputChannel

onRead
void onRead(void delegate(byte[]) )
Undocumented in source.

Meta