- StreamInputRange
deprecated StreamInputRange!OutputStream StreamInputRange(InputStream stream)
Implements an input range interface on top of an InputStream using an
internal buffer.
- StreamOutputRange
deprecated StreamOutputRange!OutputStream StreamOutputRange(OutputStream stream)
Implements a buffered output range interface on top of an OutputStream.
- createConnectionProxyStream
ConnectionProxyStream createConnectionProxyStream(Stream stream, ConnectionStream connection_stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- createConnectionProxyStream
ConnectionProxyStream createConnectionProxyStream(InputStream input, OutputStream output, ConnectionStream connection_stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- createConnectionProxyStreamFL
FreeListRef!ConnectionProxyStream createConnectionProxyStreamFL(Stream stream, ConnectionStream connection_stream)
- createProxyStream
ProxyStream createProxyStream(Stream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- createProxyStream
ProxyStream createProxyStream(InputStream input, OutputStream output)
Undocumented in source. Be warned that the author may not have intended to support it.
- streamInputRange
auto streamInputRange(InputStream stream)
Implements an input range interface on top of an InputStream using an
internal buffer.
- streamOutputRange
auto streamOutputRange(OutputStream stream)
Implements a buffered output range interface on top of an OutputStream.
Stream proxy and wrapper facilities.