Binary Constructor (Byte, Int32, Int32) |
Namespace: Tangosol.Util
public Binary( byte[] ab, int of, int cb )
Exception | Condition |
---|---|
ArgumentOutOfRangeException |
If of or cb is negative,
or of + cb ab.Length |
ArgumentNullException | If byte array is null. |