Namespace McStreamy
Classes
ByteArrayExtensions
Extension methods for byte arrays.
NonClosingStreamAdapter
NonClosingStreamAdapter wraps an existing stream instance and passes through all calls except for Dispose(Boolean), which is ignored. This is useful when you must pass a stream to another component that insists on closing the stream under various conditions, but you want to retain access to the stream after you're done with that component.
StreamExtensions
Extension methods for streams.
StringExtensions
Extension methods for strings.