org.apache.tika.parser.mp3
Class ID3Tags.ID3Comment

java.lang.Object
  extended by org.apache.tika.parser.mp3.ID3Tags.ID3Comment
Enclosing interface:
ID3Tags

public static class ID3Tags.ID3Comment
extends Object

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

ID3Tags.ID3Comment

public ID3Tags.ID3Comment(String id3v1Text)
Creates an ID3 v1 style comment tag


ID3Tags.ID3Comment

public ID3Tags.ID3Comment(String language,
                          String description,
                          String text)
Creates an ID3 v2 style comment tag

Method Detail

getLanguage

public String getLanguage()
Gets the language, if present


getDescription

public String getDescription()
Gets the description, if present


getText

public String getText()
Gets the text, if present



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.