Visual Basic (Declaration) | |
---|---|
Public Overrides Function Read( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CrcCalculatorStream Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim value As Integer value = instance.Read(buffer, offset, count) |
Parameters
- buffer
- the buffer to read
- offset
- the offset at which to start
- count
- the number of bytes to read
Return Value
the number of bytes actually readTarget 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