Module edjx::stream

source ·
Expand description

APIs for manipulating data streams.

Structs

ReadStream is used to receive streamed data.
The WriteStream is used to stream data.

Traits

A base stream trait that defines a common stream interface.