SPFileStream class

Exposes a Stream object around a SharePoint file.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.IO.Stream
      Microsoft.SharePoint.SPFileStream

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class SPFileStream _
    Inherits Stream
'Usage
Dim instance As SPFileStream
public sealed class SPFileStream : Stream

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPFileStream members

Microsoft.SharePoint namespace