FileSystemStream ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a stream that can work with contents of FileSystem. This class is NOT thread-safe
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.IO Stream
      NFX.IO.FileSystem FileSystemStream
        NFX.IO.FileSystem.GoogleDrive.V2 GoogleDriveStream
        NFX.IO.FileSystem.Local LocalFileSystemStream
        NFX.IO.FileSystem.S3.V4 S3V4FileSystemStream
        NFX.IO.FileSystem.SVN SVNFileSystemStream

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class FileSystemStream : Stream
See Also