Package org.apache.tika.parser.mp3
Class ID3Tags.ID3Comment
java.lang.Object
org.apache.tika.parser.mp3.ID3Tags.ID3Comment
- Enclosing interface:
- ID3Tags
Represents a comments in ID3 (especially ID3 v2), where are
made up of several parts
-
Constructor Summary
ConstructorDescriptionID3Comment
(String id3v1Text) Creates an ID3 v1 style comment tagID3Comment
(String language, String description, String text) Creates an ID3 v2 style comment tag -
Method Summary
Modifier and TypeMethodDescriptionGets the description, if presentGets the language, if presentgetText()
Gets the text, if present
-
Constructor Details
-
ID3Comment
Creates an ID3 v1 style comment tag -
ID3Comment
Creates an ID3 v2 style comment tag
-
-
Method Details
-
getLanguage
Gets the language, if present -
getDescription
Gets the description, if present -
getText
Gets the text, if present
-