Change the capacity (current available space) of the parcel.
Syntax
[Android.Runtime.Register("setDataCapacity", "(I)V", "")]
public
void SetDataCapacity (
int size)
Parameters
- size
- The new capacity of the parcel, in bytes. Can not be
less than Parcel.DataSize -- that is, you can not drop existing data
with this method.
Remarks
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1