Used to read a segment of a file as defined by SegmentOffset and SegmentLength.

Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class FileSegmentStream : FileStream
Visual Basic
Public Class FileSegmentStream _
	Inherits FileStream
Visual C++
public ref class FileSegmentStream : public FileStream

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..Stream
      System.IO..::..FileStream
        EnterpriseDT.Util..::..FileSegmentStream

See Also