The properties of the Stream class are listed below. For a complete list of Stream class members, see the Stream Members topic.
CanRead | Determines whether the current stream supports reading. |
CanSeek | Determines whether the current stream supports seeking. |
CanWrite | Determines whether the current stream supports writing. |
DataAvailable | Determines whether there are any bytes available in the current stream. |
Length | Returns the length in bytes of the stream. |
Position | Determines the position within the current stream. |