Kactoos

kactoos-jvm / nnl.rocks.kactoos.iterator / IteratorOfBytes

IteratorOfBytes

class IteratorOfBytes : Iterator<Byte>

Iterator over Bytes.

There is no thread-safety guarantee.

Since 0.4

Constructors

Name Summary
<init> IteratorOfBytes(vararg bytes: Byte)

Functions

Name Summary
hasNext fun hasNext(): Boolean
next fun next(): Byte