|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tika.parser.mp3.ID3v2Frame.RawTagIterator
protected class ID3v2Frame.RawTagIterator
Iterates over id3v2 raw tags. Create an instance of this that configures the various length and multipliers.
| Constructor Summary | |
|---|---|
protected |
ID3v2Frame.RawTagIterator(int nameLength,
int sizeLength,
int sizeMultiplier,
int flagLength)
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
ID3v2Frame.RawTag |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ID3v2Frame.RawTagIterator(int nameLength,
int sizeLength,
int sizeMultiplier,
int flagLength)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<ID3v2Frame.RawTag>public ID3v2Frame.RawTag next()
next in interface java.util.Iterator<ID3v2Frame.RawTag>public void remove()
remove in interface java.util.Iterator<ID3v2Frame.RawTag>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||