The FileSegmentStream type exposes the following members.

Constructors

  NameDescription
Public methodFileSegmentStream(String, Int64, Int64, FileMode)
Creates an instance of the FileSegmentStream class with the specified path, offset, length and creation mode.
Public methodFileSegmentStream(String, Int64, Int64, FileMode, FileAccess)
Creates an instance of the FileSegmentStream class with the specified path, offset, length, creation mode and read/write permission.
Public methodFileSegmentStream(String, Int64, Int64, FileMode, FileAccess, FileShare)
Creates an instance of the FileSegmentStream class with the specified path, offset, length, creation mode, read/write permission and share permission.
Public methodFileSegmentStream(String, Int64, Int64, FileMode, FileAccess, FileShare, Int32)
Creates an instance of the FileSegmentStream class with the specified path, offset, length, creation mode, read/write permission, share permission and buffer-size.

Methods

  NameDescription
Public methodBeginRead (Inherited from FileStream.)
Public methodBeginWrite (Inherited from FileStream.)
Public methodClose (Inherited from Stream.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Protected methodCreateWaitHandle Obsolete. (Inherited from Stream.)
Public methodDispose()()()() (Inherited from Stream.)
Protected methodDispose(Boolean) (Inherited from FileStream.)
Public methodEndRead (Inherited from FileStream.)
Public methodEndWrite (Inherited from FileStream.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from FileStream.)
Public methodFlush (Inherited from FileStream.)
Public methodGetAccessControl (Inherited from FileStream.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodLock (Inherited from FileStream.)
Protected methodMemberwiseClone()()()() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRead (Overrides FileStream..::..Read(array<Byte>[]()[][], Int32, Int32).)
Public methodReadByte (Inherited from FileStream.)
Public methodSeek (Inherited from FileStream.)
Public methodSetAccessControl (Inherited from FileStream.)
Public methodSetLength (Inherited from FileStream.)
Public methodToString (Inherited from Object.)
Public methodUnlock (Inherited from FileStream.)
Public methodWrite (Inherited from FileStream.)
Public methodWriteByte (Inherited from FileStream.)

Properties

  NameDescription
Public propertyCanRead (Inherited from FileStream.)
Public propertyCanSeek (Inherited from FileStream.)
Public propertyCanTimeout (Inherited from Stream.)
Public propertyCanWrite (Inherited from FileStream.)
Public propertyHandle Obsolete. (Inherited from FileStream.)
Public propertyIsAsync (Inherited from FileStream.)
Public propertyLength (Inherited from FileStream.)
Public propertyName (Inherited from FileStream.)
Public propertyPosition (Inherited from FileStream.)
Public propertyReadTimeout (Inherited from Stream.)
Public propertySafeFileHandle (Inherited from FileStream.)
Public propertySegmentLength
Length of segment to read.
Public propertySegmentOffset
Offset of segment to read.
Public propertyWriteTimeout (Inherited from Stream.)

See Also