Package org.apache.tika.parser.mp3
Class LyricsHandler
java.lang.Object
org.apache.tika.parser.mp3.LyricsHandler
This is used to parse Lyrics3 tag information
from an MP3 file, if available.
Handles lyrics tags of up to 10kb in size.
Will process any ID3v1 tag data if present.
Ignores extended ID3v1 data in the lyrics block
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LyricsHandler
public LyricsHandler(InputStream stream, ContentHandler handler) throws IOException, SAXException, TikaException - Throws:
IOExceptionSAXExceptionTikaException
-
-
Method Details
-
hasID3v1
public boolean hasID3v1() -
hasLyrics
public boolean hasLyrics()
-