StreamWrapper Properties |
The StreamWrapper type exposes the following members.
Name | Description | |
---|---|---|
CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream.CanSeek.) | |
Length |
Gets the length in bytes of the stream.
(Overrides Stream.Length.) | |
Position |
Gets or sets the position within the current stream.
(Overrides Stream.Position.) | |
SystemStream |
Returns MemoryStream instance from System.IO.
(Overrides Stream.SystemStream.) |