ByteBuffer(ByteBuffer) Constructor

Creates a new instance of byte buffer and copies another byte buffer to it.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public ByteBuffer(
	ByteBuffer buffer
)

Parameters

buffer  ByteBuffer

See Also