dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
InputChannel
dxx
util
stream
Undocumented in source.
interface
InputChannel :
Channel
{
void
onRead
(void delegate(byte[]) );
}
Members
Functions
onRead
void
onRead
(void delegate(byte[]) )
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