SPFileStream Properties
Include Protected Members
Include Inherited Members
The SPFileStream type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
CanRead | Gets a Boolean value indicating whether the current stream supports reading. (Overrides Stream.CanRead.) |
![]() |
CanSeek | Gets a Boolean value indicating whether the current stream supports seeking. (Overrides Stream.CanSeek.) |
![]() |
CanTimeout | (Inherited from Stream.) |
![]() |
CanWrite | Gets a Boolean value indicating whether the current stream supports writing. (Overrides Stream.CanWrite.) |
![]() |
Length | Gets the length in bytes of the stream. (Overrides Stream.Length.) |
![]() |
Position | Gets or sets the current position of this stream. (Overrides Stream.Position.) |
![]() |
ReadTimeout | (Inherited from Stream.) |
![]() |
WriteTimeout | (Inherited from Stream.) |
Top
.gif)