FileStream Properties |
The FileStream 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.) |
![]() | Path |
Stream path
(Inherited from FileStream.) |
![]() | Position |
Gets or sets the position within the current stream.
(Overrides StreamPosition.) |
![]() | SystemStream | Gets Stream. Since Stream is compatible with system stream, returns this by default. This member is provided for compatibility reasons and should not be used nor overridden in custom code. |