public class CompoundByteIterable extends ByteIterableBase
ByteIterable that can be composed of several sub-iterables.bytes, length, SINGLE_BYTESEMPTY, EMPTY_BYTES, EMPTY_ITERATOR| Constructor and Description |
|---|
CompoundByteIterable(ByteIterable[] iterables) |
CompoundByteIterable(ByteIterable[] iterables,
int count) |
| Modifier and Type | Method and Description |
|---|---|
protected ByteIterator |
getIterator() |
int |
getLength() |
compareTo, equals, fillBytes, fillBytes, fillBytes, fillBytes, getBytesUnsafe, getSource, hashCode, iterator, readIterable, readIterator, readIteratorSafe, subIterable, toString, toStringpublic CompoundByteIterable(ByteIterable[] iterables)
public CompoundByteIterable(ByteIterable[] iterables, int count)
public int getLength()
getLength in interface ByteIterablegetLength in class ByteIterableBaseByteIterable.protected ByteIterator getIterator()
getIterator in class ByteIterableBase