public final class ArrayIteratorByte extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_COPY_NEEDED |
| Constructor and Description |
|---|
ArrayIteratorByte(byte... aArray) |
ArrayIteratorByte(byte[] aArray,
boolean bCopyNeeded) |
ArrayIteratorByte(byte[] aBytes,
int nOfs,
int nLength)
Constructor with offset and length
|
ArrayIteratorByte(byte[] aBytes,
int nOfs,
int nLength,
boolean bCopyNeeded) |
public static final boolean DEFAULT_COPY_NEEDED
public ArrayIteratorByte(@Nonnull byte... aArray)
public ArrayIteratorByte(@Nonnull byte[] aArray, boolean bCopyNeeded)
public ArrayIteratorByte(@Nonnull byte[] aBytes, @Nonnegative int nOfs, @Nonnegative int nLength)
aBytes - Source arraynOfs - Offset. Must be ≥ 0.nLength - Length. Must be ≥ 0.public ArrayIteratorByte(@Nonnull byte[] aBytes, @Nonnegative int nOfs, @Nonnegative int nLength, boolean bCopyNeeded)
Copyright © 2017–2020 Philip Helger. All rights reserved.