Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Construct a Binary on a portion of a byte array.
Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
| C# |
|---|
public Binary( byte[] ab, int of, int cb ) |
Parameters
- ab
- Type: array<System..::..Byte>[]()[][]
A byte array.
- of
- Type: System..::..Int32
An offset into the byte array.
- cb
- Type: System..::..Int32
The number of bytes to utilize.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException |
If of or cb is negative,
or of + cb ab.Length |
| System..::..ArgumentNullException | If byte array is null. |