Module io

Source
Expand description

IO utilities.

Structs§

Chain
Adapter to chain two readers together.

Constants§

DEFAULT_BUF_LEN
Default buffer length for io (4kb).

Functions§

stream
Transfer data from a reader to a writer.