Package org.apache.tika.parser.mp3
Class ID3Tags.ID3Comment
- java.lang.Object
-
- org.apache.tika.parser.mp3.ID3Tags.ID3Comment
-
- Enclosing interface:
- ID3Tags
public static class ID3Tags.ID3Comment extends java.lang.ObjectRepresents a comments in ID3 (especially ID3 v2), where are made up of several parts
-
-
Constructor Summary
Constructors Constructor Description ID3Comment(java.lang.String id3v1Text)Creates an ID3 v1 style comment tagID3Comment(java.lang.String language, java.lang.String description, java.lang.String text)Creates an ID3 v2 style comment tag
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the description, if presentjava.lang.StringgetLanguage()Gets the language, if presentjava.lang.StringgetText()Gets the text, if present
-