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



buffer
the buffer to read
offset
the offset at which to start
count
the number of bytes to read
Read from the stream

Syntax

Visual Basic (Declaration) 
Public Overrides Function Read( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As Integer
Visual Basic (Usage)Copy Code
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)
C# 
public override int Read( 
   byte[] buffer,
   int offset,
   int count
)
C++/CLI 
public:
int Read( 
   array<byte>^ buffer,
   int offset,
   int count
) override 

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 read

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.