Package org.apache.tika.parser.mp3
Class ID3v2Frame.RawTagIterator
java.lang.Object
org.apache.tika.parser.mp3.ID3v2Frame.RawTagIterator
- All Implemented Interfaces:
Iterator<ID3v2Frame.RawTag>
- Enclosing class:
- ID3v2Frame
Iterates over id3v2 raw tags.
Create an instance of this that configures the
various length and multipliers.
-
Constructor Summary
ModifierConstructorDescriptionprotected
RawTagIterator
(int nameLength, int sizeLength, int sizeMultiplier, int flagLength) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RawTagIterator
protected RawTagIterator(int nameLength, int sizeLength, int sizeMultiplier, int flagLength)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ID3v2Frame.RawTag>
-
next
- Specified by:
next
in interfaceIterator<ID3v2Frame.RawTag>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ID3v2Frame.RawTag>
-