Default constructor.

C# | Visual Basic | Visual C++ | F# |
public PartialStream( Stream stream, long start, long length )
Public Sub New ( stream As Stream, start As Long, length As Long )
public: PartialStream( Stream^ stream, long long start, long long length )
new : stream : Stream * start : int64 * length : int64 -> PartialStream

Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119