You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a stream decorator that translates all calls to wrapped stream except dispose.
It is useful for SequenceStream.Concatenation method when input streams must not be disposed after read. It for other reasons when stream is externally owned.
The text was updated successfully, but these errors were encountered:
Introduce a stream decorator that translates all calls to wrapped stream except dispose.
It is useful for
SequenceStream.Concatenation
method when input streams must not be disposed after read. It for other reasons when stream is externally owned.The text was updated successfully, but these errors were encountered: