Package com.jcraft.jorbis
Class Comment
java.lang.Object
com.jcraft.jorbis.Comment
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static byte[]private static byte[]int[]intprivate static final intbyte[][]byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidadd(byte[] byte2) voidvoid(package private) voidclear()getComment(int int2) intheader_out(Packet packet) voidinit()(package private) intprivate intquery(byte[] byte2, int int2) (package private) static booleantagcompare(byte[] byte2, byte[] byte3, int int2) toString()(package private) int
-
Field Details
-
_vorbis
private static byte[] _vorbis -
_vendor
private static byte[] _vendor -
OV_EIMPL
private static final int OV_EIMPL- See Also:
-
user_comments
public byte[][] user_comments -
comment_lengths
public int[] comment_lengths -
comments
public int comments -
vendor
public byte[] vendor
-
-
Constructor Details
-
Comment
public Comment()
-
-
Method Details
-
init
public void init() -
add
-
add
private void add(byte[] byte2) -
add_tag
-
tagcompare
static boolean tagcompare(byte[] byte2, byte[] byte3, int int2) -
query
-
query
-
query
private int query(byte[] byte2, int int2) -
unpack
-
pack
-
header_out
-
clear
void clear() -
getVendor
-
getComment
-
toString
-