Click or drag to resize

BinaryClone Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Create a clone of the specified binary region.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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