org.apache.tika.parser.mp3
Class ID3v2Frame.RawTagIterator

java.lang.Object
  extended by org.apache.tika.parser.mp3.ID3v2Frame.RawTagIterator
All Implemented Interfaces:
java.util.Iterator<ID3v2Frame.RawTag>
Enclosing class:
ID3v2Frame

protected class ID3v2Frame.RawTagIterator
extends java.lang.Object
implements java.util.Iterator<ID3v2Frame.RawTag>

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

ID3v2Frame.RawTagIterator

protected ID3v2Frame.RawTagIterator(int nameLength,
                                    int sizeLength,
                                    int sizeMultiplier,
                                    int flagLength)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<ID3v2Frame.RawTag>

next

public ID3v2Frame.RawTag next()
Specified by:
next in interface java.util.Iterator<ID3v2Frame.RawTag>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<ID3v2Frame.RawTag>


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.