FileDocCategorySizeDatePackage
Parcel.javaAPI DocAndroid 5.1 API10708Sat Mar 14 14:09:36 GMT 2015android.os

Parcel

public final class Parcel extends Object

Fields Summary
public static final android.os.Parcelable.Creator
STRING_CREATOR
Constructors Summary
Parcel()

 throw new RuntimeException("Stub!"); 
Methods Summary
public final voidappendFrom(android.os.Parcel parcel, int offset, int length)

 throw new RuntimeException("Stub!"); 
public final android.os.IBinder[]createBinderArray()

 throw new RuntimeException("Stub!"); 
public final java.util.ArrayListcreateBinderArrayList()

 throw new RuntimeException("Stub!"); 
public final boolean[]createBooleanArray()

 throw new RuntimeException("Stub!"); 
public final byte[]createByteArray()

 throw new RuntimeException("Stub!"); 
public final char[]createCharArray()

 throw new RuntimeException("Stub!"); 
public final double[]createDoubleArray()

 throw new RuntimeException("Stub!"); 
public final float[]createFloatArray()

 throw new RuntimeException("Stub!"); 
public final int[]createIntArray()

 throw new RuntimeException("Stub!"); 
public final long[]createLongArray()

 throw new RuntimeException("Stub!"); 
public final java.lang.String[]createStringArray()

 throw new RuntimeException("Stub!"); 
public final java.util.ArrayListcreateStringArrayList()

 throw new RuntimeException("Stub!"); 
public final T[]createTypedArray(android.os.Parcelable.Creator c)

 throw new RuntimeException("Stub!"); 
public final java.util.ArrayListcreateTypedArrayList(android.os.Parcelable.Creator c)

 throw new RuntimeException("Stub!"); 
public final intdataAvail()

 throw new RuntimeException("Stub!"); 
public final intdataCapacity()

 throw new RuntimeException("Stub!"); 
public final intdataPosition()

 throw new RuntimeException("Stub!"); 
public final intdataSize()

 throw new RuntimeException("Stub!"); 
public final voidenforceInterface(java.lang.String interfaceName)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public final booleanhasFileDescriptors()

 throw new RuntimeException("Stub!"); 
public final byte[]marshall()

 throw new RuntimeException("Stub!"); 
public static android.os.Parcelobtain()

 throw new RuntimeException("Stub!"); 
public final java.lang.Object[]readArray(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final java.util.ArrayListreadArrayList(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final voidreadBinderArray(android.os.IBinder[] val)

 throw new RuntimeException("Stub!"); 
public final voidreadBinderList(java.util.List list)

 throw new RuntimeException("Stub!"); 
public final voidreadBooleanArray(boolean[] val)

 throw new RuntimeException("Stub!"); 
public final android.os.BundlereadBundle()

 throw new RuntimeException("Stub!"); 
public final android.os.BundlereadBundle(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final bytereadByte()

 throw new RuntimeException("Stub!"); 
public final voidreadByteArray(byte[] val)

 throw new RuntimeException("Stub!"); 
public final voidreadCharArray(char[] val)

 throw new RuntimeException("Stub!"); 
public final doublereadDouble()

 throw new RuntimeException("Stub!"); 
public final voidreadDoubleArray(double[] val)

 throw new RuntimeException("Stub!"); 
public final voidreadException()

 throw new RuntimeException("Stub!"); 
public final voidreadException(int code, java.lang.String msg)

 throw new RuntimeException("Stub!"); 
public final android.os.ParcelFileDescriptorreadFileDescriptor()

 throw new RuntimeException("Stub!"); 
public final floatreadFloat()

 throw new RuntimeException("Stub!"); 
public final voidreadFloatArray(float[] val)

 throw new RuntimeException("Stub!"); 
public final java.util.HashMapreadHashMap(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final intreadInt()

 throw new RuntimeException("Stub!"); 
public final voidreadIntArray(int[] val)

 throw new RuntimeException("Stub!"); 
public final voidreadList(java.util.List outVal, java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final longreadLong()

 throw new RuntimeException("Stub!"); 
public final voidreadLongArray(long[] val)

 throw new RuntimeException("Stub!"); 
public final voidreadMap(java.util.Map outVal, java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final TreadParcelable(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final android.os.Parcelable[]readParcelableArray(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final android.os.PersistableBundlereadPersistableBundle()

 throw new RuntimeException("Stub!"); 
public final android.os.PersistableBundlereadPersistableBundle(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final java.io.SerializablereadSerializable()

 throw new RuntimeException("Stub!"); 
public final android.util.SizereadSize()

 throw new RuntimeException("Stub!"); 
public final android.util.SizeFreadSizeF()

 throw new RuntimeException("Stub!"); 
public final android.util.SparseArrayreadSparseArray(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final android.util.SparseBooleanArrayreadSparseBooleanArray()

 throw new RuntimeException("Stub!"); 
public final java.lang.StringreadString()

 throw new RuntimeException("Stub!"); 
public final voidreadStringArray(java.lang.String[] val)

 throw new RuntimeException("Stub!"); 
public final voidreadStringList(java.util.List list)

 throw new RuntimeException("Stub!"); 
public final android.os.IBinderreadStrongBinder()

 throw new RuntimeException("Stub!"); 
public final voidreadTypedArray(T[] val, android.os.Parcelable.Creator c)

 throw new RuntimeException("Stub!"); 
public final voidreadTypedList(java.util.List list, android.os.Parcelable.Creator c)

 throw new RuntimeException("Stub!"); 
public final java.lang.ObjectreadValue(java.lang.ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public final voidrecycle()

 throw new RuntimeException("Stub!"); 
public final voidsetDataCapacity(int size)

 throw new RuntimeException("Stub!"); 
public final voidsetDataPosition(int pos)

 throw new RuntimeException("Stub!"); 
public final voidsetDataSize(int size)

 throw new RuntimeException("Stub!"); 
public final voidunmarshall(byte[] data, int offset, int length)

 throw new RuntimeException("Stub!"); 
public final voidwriteArray(java.lang.Object[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteBinderArray(android.os.IBinder[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteBinderList(java.util.List val)

 throw new RuntimeException("Stub!"); 
public final voidwriteBooleanArray(boolean[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteBundle(android.os.Bundle val)

 throw new RuntimeException("Stub!"); 
public final voidwriteByte(byte val)

 throw new RuntimeException("Stub!"); 
public final voidwriteByteArray(byte[] b)

 throw new RuntimeException("Stub!"); 
public final voidwriteByteArray(byte[] b, int offset, int len)

 throw new RuntimeException("Stub!"); 
public final voidwriteCharArray(char[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteDouble(double val)

 throw new RuntimeException("Stub!"); 
public final voidwriteDoubleArray(double[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteException(java.lang.Exception e)

 throw new RuntimeException("Stub!"); 
public final voidwriteFileDescriptor(java.io.FileDescriptor val)

 throw new RuntimeException("Stub!"); 
public final voidwriteFloat(float val)

 throw new RuntimeException("Stub!"); 
public final voidwriteFloatArray(float[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteInt(int val)

 throw new RuntimeException("Stub!"); 
public final voidwriteIntArray(int[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteInterfaceToken(java.lang.String interfaceName)

 throw new RuntimeException("Stub!"); 
public final voidwriteList(java.util.List val)

 throw new RuntimeException("Stub!"); 
public final voidwriteLong(long val)

 throw new RuntimeException("Stub!"); 
public final voidwriteLongArray(long[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteMap(java.util.Map val)

 throw new RuntimeException("Stub!"); 
public final voidwriteNoException()

 throw new RuntimeException("Stub!"); 
public final voidwriteParcelable(android.os.Parcelable p, int parcelableFlags)

 throw new RuntimeException("Stub!"); 
public final voidwriteParcelableArray(T[] value, int parcelableFlags)

 throw new RuntimeException("Stub!"); 
public final voidwritePersistableBundle(android.os.PersistableBundle val)

 throw new RuntimeException("Stub!"); 
public final voidwriteSerializable(java.io.Serializable s)

 throw new RuntimeException("Stub!"); 
public final voidwriteSize(android.util.Size val)

 throw new RuntimeException("Stub!"); 
public final voidwriteSizeF(android.util.SizeF val)

 throw new RuntimeException("Stub!"); 
public final voidwriteSparseArray(android.util.SparseArray val)

 throw new RuntimeException("Stub!"); 
public final voidwriteSparseBooleanArray(android.util.SparseBooleanArray val)

 throw new RuntimeException("Stub!"); 
public final voidwriteString(java.lang.String val)

 throw new RuntimeException("Stub!"); 
public final voidwriteStringArray(java.lang.String[] val)

 throw new RuntimeException("Stub!"); 
public final voidwriteStringList(java.util.List val)

 throw new RuntimeException("Stub!"); 
public final voidwriteStrongBinder(android.os.IBinder val)

 throw new RuntimeException("Stub!"); 
public final voidwriteStrongInterface(android.os.IInterface val)

 throw new RuntimeException("Stub!"); 
public final voidwriteTypedArray(T[] val, int parcelableFlags)

 throw new RuntimeException("Stub!"); 
public final voidwriteTypedList(java.util.List val)

 throw new RuntimeException("Stub!"); 
public final voidwriteValue(java.lang.Object v)

 throw new RuntimeException("Stub!");