Kactoos

kactoos-jvm / nnl.rocks.kactoos.iterable / IterableOfBytes

IterableOfBytes

class IterableOfBytes : IterableEnvelope<Byte>

Iterable of bytes.

Since 0.4

Constructors

Name Summary
<init> IterableOfBytes(vararg values: Byte)
Iterable of bytes.

Inherited Functions

Name Summary
iterator open fun iterator(): Iterator<T>