Click or drag to resize

ByteBuffer Constructor

Initializes a new instance of the ByteBuffer class

Namespace:  com.espertech.esper.compat.io
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ByteBuffer(
	byte[] source
)

Parameters

source
Type: SystemByte

[Missing <param name="source"/> documentation for "M:com.espertech.esper.compat.io.ByteBuffer.#ctor(System.Byte[])"]

See Also