Package org.apache.tika.parser.mp3
Class ID3Tags.ID3Comment
- java.lang.Object
-
- org.apache.tika.parser.mp3.ID3Tags.ID3Comment
-
-
Constructor Summary
Constructors Constructor Description ID3Comment(String id3v1Text)
Creates an ID3 v1 style comment tagID3Comment(String language, String description, String text)
Creates an ID3 v2 style comment tag
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the description, if presentString
getLanguage()
Gets the language, if presentString
getText()
Gets the text, if present
-