public final class ByteArrayIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Byte>
Constructor and Description |
---|
ByteArrayIterator(byte[] byteArray) |
ByteArrayIterator(byte[] byteArray,
int firstIndex,
int stopIndex)
Iterates through this array, starting at index 'firstIndex' and going until
(but not including) index 'stopIndex'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Byte |
next() |