Appends data to this
CopyC#
ByteBuffer
.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void Append(
	byte[] buf,
	int offset,
	int len
)
Visual Basic
Public Sub Append ( _
	buf As Byte(), _
	offset As Integer, _
	len As Integer _
)
Visual C++
public:
void Append(
	array<unsigned char>^ buf, 
	int offset, 
	int len
)

Parameters

buf
Type: array<System..::..Byte>[]()[][]
A byte array.
offset
Type: System..::..Int32
The beginning index of array.
len
Type: System..::..Int32
The total number of bytes to append, starting from offset.

See Also