Expand description
Stream wrapper which provides a ResetStream impl for StreamOnce impls which do not have
one.
Structsยง
- Stream
Streamwhich buffers items from an instance ofStreamOnceinto a ring buffer. Instances ofStreamOncewhich is not able to implementResetStream(such asReadStream) may use this as a way to implementResetStreamand become a fullStreaminstance.