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().
| C# | Visual Basic | Visual C++ | F# |
public CrcCalculatorStream( Stream stream, long length, bool leaveOpen )
Public Sub New ( stream As Stream, length As Long, leaveOpen As Boolean )
public: CrcCalculatorStream( Stream^ stream, long long length, bool leaveOpen )
new : stream : Stream * length : int64 * leaveOpen : bool -> CrcCalculatorStream
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)