|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jcraft.jorbis.Comment
public class Comment
| 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 |
|---|
public byte[][] user_comments
public int[] comment_lengths
public int comments
public byte[] vendor
| Constructor Detail |
|---|
public Comment()
| Method Detail |
|---|
public void init()
public void add(String comment)
public void add_tag(String tag,
String contents)
public String query(String tag)
public String query(String tag,
int count)
public int header_out(Packet op)
public String getVendor()
public String getComment(int i)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||