biniu.vorbis
Class Comment
java.lang.Object
biniu.vorbis.Comment
public class Comment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
Comment
public Comment()
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