LumiSoft Net Help
PartialStream Constructor (stream, start, length)
NamespacesLumiSoft.Net.IOPartialStreamPartialStream(Stream, Int64, Int64)
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
stream (Stream)
Source stream.
start (Int64)
Zero based start positon in source stream.
length (Int64)
Length of stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119