Keyoti RapidSpell Desktop .NET API Docs
CrcCalculatorStream Constructor (stream, length)
APIKeyoti.RapidSpell.CompressionCrcCalculatorStreamCrcCalculatorStream(Stream, Int64)
Keyoti RapidSpell Desktop .NET
A constructor allowing the specification of the length of the stream to read.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public CrcCalculatorStream(
	Stream stream,
	long length
)
public CrcCalculatorStream(
	Stream stream,
	long length
)
Public Sub New ( 
	stream As Stream,
	length As Long
)
Public Sub New ( 
	stream As Stream,
	length As Long
)
public:
CrcCalculatorStream(
	Stream^ stream, 
	long long length
)
public:
CrcCalculatorStream(
	Stream^ stream, 
	long long length
)
new : 
        stream : Stream * 
        length : int64 -> CrcCalculatorStream
new : 
        stream : Stream * 
        length : int64 -> CrcCalculatorStream
Parameters
stream (Stream)
The underlying stream
length (Int64)
The length of the stream to slurp
Remarks
Instances returned from this constructor will leave the underlying stream open upon Close().

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412