ReadChannel

Undocumented in source.

Members

Aliases

OutRange
alias OutRange = void delegate(const(ubyte)[] data)
Undocumented in source.

Functions

destroy
void destroy()

ditto Destroy the channel.

hasData
bool hasData()

If the channel is open.

hasPendingData
bool hasPendingData()

If there is data to read, non blocking.

read
const(ubyte)[] read(size_t s)

Read at most s bytes from the channel.

Meta