nextItem abstract method
Moves to the next item in the collection.
Returns true
if there is another item to decode, otherwise false
.
Implementation
bool nextItem();
Moves to the next item in the collection.
Returns true
if there is another item to decode, otherwise false
.
bool nextItem();