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



buffer
the buffer from which to write
offset
the offset at which to start writing
count
the number of bytes to write
Write to the stream.

Syntax

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)
C# 
public override void Write( 
   byte[] buffer,
   int offset,
   int count
)
C++/CLI 
public:
void Write( 
   array<byte>^ buffer,
   int offset,
   int count
) override 

Parameters

buffer
the buffer from which to write
offset
the offset at which to start writing
count
the number of bytes to write

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.