CompressedStream

Undocumented in source.

Constructors

this
this(Stream stream, size_t thresold)
Undocumented in source.

Members

Functions

receive
ubyte[] receive()
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ModifierStream

stream
Stream stream;
Undocumented in source.
send
ptrdiff_t send(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ubyte[] receive()
Undocumented in source. Be warned that the author may not have intended to support it.
lastRecv
ptrdiff_t lastRecv [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta