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