streams.types

Undocumented in source.

Modules

array
module streams.types.array

A collection of array-backed streams for in-memory reading and writing.

data
module streams.types.data

Defines streams for reading and writing primitive data and arrays of primitive values. So-called "data" input and output streams are defined as decorators around an existing "base" stream, so when you read or write on a data stream, it's just performing an analogous operation on its base stream.

file
module streams.types.file
Undocumented in source.
socket
module streams.types.socket
Undocumented in source.

Public Imports

streams.types.array
public import streams.types.array;
Undocumented in source.
streams.types.data
public import streams.types.data;
Undocumented in source.
streams.types.file
public import streams.types.file;
Undocumented in source.
streams.types.socket
public import streams.types.socket;
Undocumented in source.

Meta