Package | Description |
---|---|
android.os |
Modifier and Type | Method and Description |
---|---|
static Parcel |
Parcel.obtain()
Retrieve a new Parcel object from the pool.
|
Modifier and Type | Method and Description |
---|---|
void |
Parcel.appendFrom(Parcel parcel,
int offset,
int length) |
P |
Parcelable.Creator.createFromParcel(Parcel source)
Create a new instance of the Parcelable class, instantiating it from
the given Parcel whose data had previously been written by
Parcelable.writeToParcel().
|
P |
Parcelable.ClassLoaderCreator.createFromParcel(Parcel source,
ClassLoader loader)
Create a new instance of the Parcelable class, instantiating it from
the given Parcel whose data had previously been written by
Parcelable.writeToParcel() and using the given ClassLoader.
|
protected boolean |
BaseBundle.readFromParcel(Parcel source,
String key,
BaseBundle.Type type) |
void |
Bundle.writeToParcel(Parcel dest,
int flags) |
void |
ParcelUuid.writeToParcel(Parcel dest,
int flags) |
void |
Parcelable.writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
void |
PersistableBundle.writeToParcel(Parcel dest,
int flags) |
protected boolean |
BaseBundle.writeToParcel(Parcel dest,
String key,
BaseBundle.Type type,
Object value) |
Copyright © 2018. All rights reserved.