IOChannel

Undocumented in source.
interface IOChannel : InputChannel , OutputChannel

Inherited Members

From InputChannel

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

From OutputChannel

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

Meta