StreamWrapper Properties |
The StreamWrapper type exposes the following members.
Name | Description | |
---|---|---|
CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.) | |
CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.) | |
CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.) | |
Length |
Gets the length in bytes of the stream.
(Overrides StreamLength.) | |
Position |
Gets or sets the position within the current stream.
(Overrides StreamPosition.) | |
SystemStream |
Returns the Stream object this wrapper is wrapped around.
(Overrides StreamSystemStream.) |