Click or drag to resize

AutoResetStream Constructor

Overload List
  NameDescription
Public methodAutoResetStream()
Default constructor. Creates an instance where the BaseStream is set to a MemoryStream.
Public methodAutoResetStream(Stream)
Constructor which accepts the Stream instance to decorate in order to extend its behavior.
Public methodAutoResetStream(Stream, Boolean)
Constructor which accepts the Stream instance to decorate in order to extend its behavior.
Public methodAutoResetStream(Stream, SeekOrigin, Boolean)
Constructor which accepts the Stream instance to decorate in order to extend its behavior.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md