| Visual Basic (Declaration) | |
|---|---|
Public Overrides Sub Write( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CrcCalculatorStream Dim buffer() As Byte Dim offset As Integer Dim count As Integer instance.Write(buffer, offset, count) | |
Parameters
- buffer
- the buffer from which to write
- offset
- the offset at which to start writing
- count
- the number of bytes to write
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