| Added Methods
|
T createFixedArray(Class<T>, Creator<S>)
|
|
T createFixedArray(Class<T>)
|
|
T createFixedArray(Class<T>, Function<IBinder, S>)
|
|
T[] createInterfaceArray(IntFunction<T[]>, Function<IBinder, T>)
|
|
ArrayList<T> createInterfaceArrayList(Function<IBinder, T>)
|
|
void enforceNoDataAvail()
|
|
boolean hasFileDescriptors(int, int)
|
|
Parcel obtain(IBinder)
|
|
T[] readArray(ClassLoader, Class<T>)
|
|
ArrayList<T> readArrayList(ClassLoader, Class<?, extends, T>)
|
|
byte[] readBlob()
|
|
void readFixedArray(T)
|
|
void readFixedArray(T, Creator<S>)
|
|
void readFixedArray(T, Function<IBinder, S>)
|
|
(HashMap<K, V>) readHashMap(ClassLoader, Class<?, extends, K>, Class<?, extends, V>)
|
|
void readInterfaceArray(T[], Function<IBinder, T>)
|
|
void readInterfaceList(List<T>, Function<IBinder, T>)
|
|
void readList(List<?, super, T>, ClassLoader, Class<T>)
|
|
void readMap(Map<?, super, K, ?, super, V>, ClassLoader, Class<K>, Class<V>)
|
|
T readParcelable(ClassLoader, Class<T>)
|
|
T[] readParcelableArray(ClassLoader, Class<T>)
|
|
Creator<T> readParcelableCreator(ClassLoader, Class<T>)
|
|
List<T> readParcelableList(List<T>, ClassLoader, Class<?, extends, T>)
|
|
T readSerializable(ClassLoader, Class<T>)
|
|
SparseArray<T> readSparseArray(ClassLoader, Class<?, extends, T>)
|
|
void setPropagateAllowBlocking()
|
|
void writeBlob(byte[])
|
|
void writeBlob(byte[], int, int)
|
|
void writeFixedArray(T, int)
|
|
void writeInterfaceArray(T[])
|
|
void writeInterfaceList(List<T>)
|
|