- fd
- The native fd that the ParcelFileDescriptor should dup.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException
Create a new ParcelFileDescriptor from a raw native fd. The new ParcelFileDescriptor holds a dup of the original fd passed in here, so you must still close that fd as well as the new ParcelFileDescriptor.