Creates a new instance of
CopyC#
ByteBuffer
.

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

Syntax

C#
public ByteBuffer(
	byte[] buffer
)
Visual Basic
Public Sub New ( _
	buffer As Byte() _
)
Visual C++
public:
ByteBuffer(
	array<unsigned char>^ buffer
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
The data to initialize this
CopyC#
ByteBuffer
with.

See Also