dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
OutputChannel
dxx
util
stream
Undocumented in source.
interface
OutputChannel :
Channel
{
void
onWrite
(byte[] delegate() );
}
Members
Functions
onWrite
void
onWrite
(byte[] delegate() )
Undocumented in source.
Inherited Members
From Channel
onOpen
void
onOpen
(void delegate() )
Undocumented in source.
Meta
Source
See Implementation
dxx
util
stream
classes
ChannelImpl
ConnectionChannelImpl
IOChannelImpl
InputChannelImpl
OutputChannelImpl
interfaces
Channel
Closeable
ConnectionChannel
IOChannel
InputChannel
OutputChannel