On this page
[Java] Class ByteArrayIterator
- org.codehaus.groovy.util.ByteArrayIterator
- All Implemented Interfaces and Traits:
- Iterator
public class ByteArrayIterator
extends Object
implements Iterator
Allow a byte array to be used where an Iterator is expected.
- Since:
- 3.0.8
Constructor Summary
Constructor and description |
---|
ByteArrayIterator (byte[] array) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
hasNext() |
|
public Byte |
next() |
|
public void |
remove() |
Inherited Methods Summary
Constructor Detail
public ByteArrayIterator(byte[] array)
Method Detail
@Override public boolean hasNext()
@Override public Byte next()
@Override public void remove()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.9/html/gapi/org/codehaus/groovy/util/ByteArrayIterator.html