|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tika.parser.mp3.ID3Tags.ID3Comment
public static class ID3Tags.ID3Comment
Represents a comments in ID3 (especially ID3 v2), where are made up of several parts
| Constructor Summary | |
|---|---|
ID3Tags.ID3Comment(String id3v1Text)
Creates an ID3 v1 style comment tag |
|
ID3Tags.ID3Comment(String language,
String description,
String text)
Creates an ID3 v2 style comment tag |
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description, if present |
String |
getLanguage()
Gets the language, if present |
String |
getText()
Gets the text, if present |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ID3Tags.ID3Comment(String id3v1Text)
public ID3Tags.ID3Comment(String language,
String description,
String text)
| Method Detail |
|---|
public String getLanguage()
public String getDescription()
public String getText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||