com.jcraft.jorbis
Class Comment

java.lang.Object
  extended by com.jcraft.jorbis.Comment

public class Comment
extends Object


Field Summary
 int[] comment_lengths
           
 int comments
           
 byte[][] user_comments
           
 byte[] vendor
           
 
Constructor Summary
Comment()
           
 
Method Summary
 void add_tag(String tag, String contents)
           
 void add(String comment)
           
 String getComment(int i)
           
 String getVendor()
           
 int header_out(Packet op)
           
 void init()
           
 String query(String tag)
           
 String query(String tag, int count)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

user_comments

public byte[][] user_comments

comment_lengths

public int[] comment_lengths

comments

public int comments

vendor

public byte[] vendor
Constructor Detail

Comment

public Comment()
Method Detail

init

public void init()

add

public void add(String comment)

add_tag

public void add_tag(String tag,
                    String contents)

query

public String query(String tag)

query

public String query(String tag,
                    int count)

header_out

public int header_out(Packet op)

getVendor

public String getVendor()

getComment

public String getComment(int i)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.