A constructor allowing the specification of the length of the stream to read.
| C# | Visual Basic | Visual C++ | F# |
public CrcCalculatorStream( Stream stream, long length )
Public Sub New ( stream As Stream, length As Long )
public: CrcCalculatorStream( Stream^ stream, long long length )
new : stream : Stream * length : int64 -> CrcCalculatorStream
Instances returned from this constructor will leave the underlying stream open
upon Close().
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)