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)
Available in Sandboxed Solutions: No
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.