Documentation

Stream

Table of Contents

Interfaces

DuplexStreamInterface
The `DuplexStreamInterface` is responsible for providing an interface for duplex streams (both readable and writable).
ReadableStreamInterface
The `ReadableStreamInterface` is responsible for providing an interface for read-only streams and the readable side of duplex streams.
WritableStreamInterface
The `WritableStreamInterface` is responsible for providing an interface for write-only streams and the writable side of duplex streams.

Classes

CompositeStream
DuplexResourceStream
ReadableResourceStream
ThroughStream
The `ThroughStream` implements the [`DuplexStreamInterface`](#duplexstreaminterface) and will simply pass any data you write to it through to its readable end.
Util
WritableResourceStream

        
On this page

Search results