Uses of Class
android.os.Parcel
-
Packages that use Parcel Package Description android.os -
-
Uses of Parcel in android.os
Methods in android.os that return Parcel Modifier and Type Method Description static Parcel
Parcel. obtain()
Retrieve a new Parcel object from the pool.Methods in android.os with parameters of type Parcel Modifier and Type Method Description void
Parcel. appendFrom(Parcel parcel, int offset, int length)
P
Parcelable.ClassLoaderCreator. createFromParcel(Parcel source, java.lang.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.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().protected boolean
BaseBundle. readFromParcel(Parcel source, java.lang.String key, BaseBundle.Type type)
protected boolean
BaseBundle. writeToParcel(Parcel dest, java.lang.String key, BaseBundle.Type type, java.lang.Object value)
void
Bundle. writeToParcel(Parcel dest, int flags)
void
Parcelable. writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.void
ParcelUuid. writeToParcel(Parcel dest, int flags)
void
PersistableBundle. writeToParcel(Parcel dest, int flags)
-