GeneralStream Properties |
The GeneralStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanRead |
Whether stream can read from underlying source.
(Overrides StreamCanRead.) |
![]() | CanSeek |
Whether stream can seek on underlying source.
(Overrides StreamCanSeek.) |
![]() | CanWrite |
Whether stream can write to underlying source.
(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.) |