[Android.Runtime.Register("setDataSize", "(I)V", "")] public voidSetDataSize (int size)
Parameters
size
The new number of bytes in the Parcel.
Remarks
Change the amount of data in the parcel. Can be either smaller or
larger than the current size. If larger than the current capacity,
more memory will be allocated.