Creates a new
CopyC#
ByteBuffer
object.

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

Syntax

C#
public ByteBuffer(
	int alloc
)
Visual Basic
Public Sub New ( _
	alloc As Integer _
)
Visual C++
public:
ByteBuffer(
	int alloc
)

Parameters

alloc
Type: System..::..Int32
Initial size of buffer.

See Also