SPFileStream properties

The SPFileStream type exposes the following members.

Properties

  Name Description
Public property CanRead Gets a Boolean value indicating whether the current stream supports reading. (Overrides Stream.CanRead.)
Public property CanSeek Gets a Boolean value indicating whether the current stream supports seeking. (Overrides Stream.CanSeek.)
Public property CanTimeout (Inherited from Stream.)
Public property CanWrite Gets a Boolean value indicating whether the current stream supports writing. (Overrides Stream.CanWrite.)
Public property Length Gets the length in bytes of the stream. (Overrides Stream.Length.)
Public property Position Gets or sets the current position of this stream. (Overrides Stream.Position.)
Public property ReadTimeout (Inherited from Stream.)
Public property WriteTimeout (Inherited from Stream.)

Top

See also

Reference

SPFileStream class

Microsoft.SharePoint namespace