public final class BinaryFrame extends Id3Frame
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<BinaryFrame> |
CREATOR |
byte[] |
data |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
BinaryFrame(String id,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int flags) |
describeContentspublic final byte[] data
public static final Parcelable.Creator<BinaryFrame> CREATOR
public BinaryFrame(String id, byte[] data)