Source

A source is a stream that can be read from.

interface Source {}

Members

Functions

read
size_t read(ubyte[] buf)

Reads data into the specified buffer. The number of bytes read is returned.

Meta