Keyoti RapidSpell Desktop .NET API Docs
CrcCalculatorStream Constructor (stream, leaveOpen)
APIKeyoti.RapidSpell.CompressionCrcCalculatorStreamCrcCalculatorStream(Stream, Boolean)
Keyoti RapidSpell Desktop .NET
The constructor allows the caller to specify how to handle the underlying stream at close.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public CrcCalculatorStream(
	Stream stream,
	bool leaveOpen
)
public CrcCalculatorStream(
	Stream stream,
	bool leaveOpen
)
Public Sub New ( 
	stream As Stream,
	leaveOpen As Boolean
)
Public Sub New ( 
	stream As Stream,
	leaveOpen As Boolean
)
public:
CrcCalculatorStream(
	Stream^ stream, 
	bool leaveOpen
)
public:
CrcCalculatorStream(
	Stream^ stream, 
	bool leaveOpen
)
new : 
        stream : Stream * 
        leaveOpen : bool -> CrcCalculatorStream
new : 
        stream : Stream * 
        leaveOpen : bool -> CrcCalculatorStream
Parameters
stream (Stream)
The underlying stream
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