dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
InputStream
dxx
util
stream
Undocumented in source.
interface
InputStream :
Stream
{
void
onRead
(void delegate(byte[]) );
}
Members
Functions
onRead
void
onRead
(void delegate(byte[]) )
Undocumented in source.
Meta
Source
See Implementation
dxx
util
stream
interfaces
ConnectionListener
IOStream
InputStream
OutputStream
Stream