Click or drag to resize

BinaryClone Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a clone of the specified binary region.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static byte[] Clone(
	byte[] ab,
	int of,
	int cb
)

Parameters

ab
Type: SystemByte
The byte array containing the binary region to copy from.
of
Type: SystemInt32
The offset of the binary region within ab.
cb
Type: SystemInt32
The size in bytes of the binary region to copy.

Return Value

Type: Byte
The specified binary region cloned.
See Also