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