The FileSegmentStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FileSegmentStream(String, Int64, Int64, FileMode) |
Creates an instance of the FileSegmentStream class with the specified path, offset, length
and creation mode.
| |
| FileSegmentStream(String, Int64, Int64, FileMode, FileAccess) |
Creates an instance of the FileSegmentStream class with the specified path, offset, length,
creation mode and read/write permission.
| |
| FileSegmentStream(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.
| |
| FileSegmentStream(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
Properties
| Name | Description | |
|---|---|---|
| CanRead | (Inherited from FileStream.) | |
| CanSeek | (Inherited from FileStream.) | |
| CanTimeout | (Inherited from Stream.) | |
| CanWrite | (Inherited from FileStream.) | |
| Handle | Obsolete. (Inherited from FileStream.) | |
| IsAsync | (Inherited from FileStream.) | |
| Length | (Inherited from FileStream.) | |
| Name | (Inherited from FileStream.) | |
| Position | (Inherited from FileStream.) | |
| ReadTimeout | (Inherited from Stream.) | |
| SafeFileHandle | (Inherited from FileStream.) | |
| SegmentLength |
Length of segment to read.
| |
| SegmentOffset |
Offset of segment to read.
| |
| WriteTimeout | (Inherited from Stream.) |