- val
- Documentation for this section has not yet been entered.
Write a FileDescriptor into the parcel at the current dataPosition(), growing dataCapacity() if needed.
The file descriptor will not be closed, which may result in file descriptor leaks when objects are returned from Binder calls. Use ParcelFileDescriptor.WriteToParcel(Parcel, Android.OS.ParcelableWriteFlags) instead, which accepts contextual flags and will close the original file descriptor if Parcelable.ParcelableWriteReturnValue is set.