Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create a clone of the specified binary region.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static byte[] Clone(
	byte[] ab,
	int of,
	int cb
)

Parameters

ab
Type: array<System..::..Byte>[]()[][]
The byte array containing the binary region to copy from.
of
Type: System..::..Int32
The offset of the binary region within ab.
cb
Type: System..::..Int32
The size in bytes of the binary region to copy.

Return Value

The specified binary region cloned.

See Also