public class Comment extends Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
comment_lengths |
int |
comments |
byte[][] |
user_comments |
byte[] |
vendor |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public byte[][] user_comments
public int[] comment_lengths
public int comments
public byte[] vendor
Copyright © 2017. All rights reserved.