StreamObjectImpl

A class extending from StreamObjectBase that wraps any Stream

Constructors

this
this(Stream stream)
Undocumented in source.

Members

Aliases

DG
alias DG = CollectDelegate!(Stream.ElementType)
Undocumented in source.

Functions

collect
SenderObjectBase!void collect(DG dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta