public interface ChunkIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Is there more?
|
void |
move()
Move the iterator at the next different bit
|
void |
move(int bits)
Move the iterator at the next ith bit
|
boolean |
nextBit()
Return the next bit
|
int |
nextLength()
Return the length of the next bit
|
boolean hasNext()
boolean nextBit()
int nextLength()
void move()
void move(int bits)
bits
- the number of bits to skipCopyright © 2014. All Rights Reserved.