- StreamOutputRange
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.
- streamOutputRange
auto streamOutputRange(OutputStream stream)
Implements a buffered output range interface on top of an OutputStream.
Stream proxy and wrapper facilities.