Keyoti RapidSpell Desktop .NET API Docs
CrcCalculatorStream Constructor (stream, length, leaveOpen)
APIKeyoti.RapidSpell.CompressionCrcCalculatorStreamCrcCalculatorStream(Stream, Int64, Boolean)
Keyoti RapidSpell Desktop .NET
A constructor allowing the specification of the length of the stream to read, as well as whether to keep the underlying stream open upon Close().
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public CrcCalculatorStream(
	Stream stream,
	long length,
	bool leaveOpen
)
public CrcCalculatorStream(
	Stream stream,
	long length,
	bool leaveOpen
)
Public Sub New ( 
	stream As Stream,
	length As Long,
	leaveOpen As Boolean
)
Public Sub New ( 
	stream As Stream,
	length As Long,
	leaveOpen As Boolean
)
public:
CrcCalculatorStream(
	Stream^ stream, 
	long long length, 
	bool leaveOpen
)
public:
CrcCalculatorStream(
	Stream^ stream, 
	long long length, 
	bool leaveOpen
)
new : 
        stream : Stream * 
        length : int64 * 
        leaveOpen : bool -> CrcCalculatorStream
new : 
        stream : Stream * 
        length : int64 * 
        leaveOpen : bool -> CrcCalculatorStream
Parameters
stream (Stream)
The underlying stream
length (Int64)
The length of the stream to slurp
leaveOpen (Boolean)
true to leave the underlying stream open upon close of the CrcCalculatorStream.; false otherwise.

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