IdeaBlade DevForce 2010 Help Reference
TotalBytesSlurped Property
See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Crc Namespace > CrcCalculatorStream Class : TotalBytesSlurped Property



Gets the total number of bytes run through the CRC32 calculator.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TotalBytesSlurped As Long
Visual Basic (Usage)Copy Code
Dim instance As CrcCalculatorStream
Dim value As Long
 
value = instance.TotalBytesSlurped
C# 
public long TotalBytesSlurped {get;}
C++/CLI 
public:
property int64 TotalBytesSlurped {
   int64 get();
}

Remarks

This is either the total number of bytes read, or the total number of bytes written, depending on the direction of this stream.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.