AutoResetStream Constructor |
Name | Description | |
---|---|---|
![]() | AutoResetStream() |
Default constructor. Creates an instance where the BaseStream is set to a MemoryStream.
|
![]() | AutoResetStream(Stream) |
Constructor which accepts the Stream instance to decorate in order to extend its behavior.
|
![]() | AutoResetStream(Stream, Boolean) |
Constructor which accepts the Stream instance to decorate in order to extend its behavior.
|
![]() | AutoResetStream(Stream, SeekOrigin, Boolean) |
Constructor which accepts the Stream instance to decorate in order to extend its behavior.
|