The properties of the BufferedStream class are listed below. For a complete list of BufferedStream class members, see the BufferedStream 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 data is available for reading without blocking. |
Length | Retrieves the stream length in bytes. |
Position | Determines the current position within the current stream. |