biniu.vorbis
Class Comment

java.lang.Object
  extended by biniu.vorbis.Comment

public class Comment
extends java.lang.Object


Field Summary
 int[] comment_lengths
           
 int comments
           
static int OV_EFAULT
           
static int OV_EIMPL
           
 byte[][] user_comments
           
 byte[] vendor
           
 
Constructor Summary
Comment()
           
 
Method Summary
 void add(java.lang.String comment)
           
 void addTag(java.lang.String tag, java.lang.String contents)
           
 void clear()
           
 java.lang.String getComment(int i)
           
 java.lang.String getVendor()
           
 void init()
           
 boolean packComment(Buffer opb)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OV_EFAULT

public static final int OV_EFAULT
See Also:
Constant Field Values

OV_EIMPL

public static final int OV_EIMPL
See Also:
Constant Field Values

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(java.lang.String comment)

addTag

public void addTag(java.lang.String tag,
                   java.lang.String contents)

packComment

public boolean packComment(Buffer opb)

clear

public void clear()

getVendor

public java.lang.String getVendor()

getComment

public java.lang.String getComment(int i)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object