@Implements(value=android.os.ParcelFileDescriptor.class) public class ShadowParcelFileDescriptor extends Object
Constructor and Description |
---|
ShadowParcelFileDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
__constructor__(ParcelFileDescriptor wrapped) |
protected void |
close() |
protected static ParcelFileDescriptor[] |
createPipe() |
protected static ParcelFileDescriptor[] |
createReliablePipe() |
protected int |
getFd() |
protected FileDescriptor |
getFileDescriptor() |
protected long |
getStatSize() |
protected static ParcelFileDescriptor |
open(File file,
int mode) |
@Implementation protected void __constructor__(ParcelFileDescriptor wrapped)
@Implementation protected static ParcelFileDescriptor open(File file, int mode) throws FileNotFoundException
FileNotFoundException
@Implementation protected static ParcelFileDescriptor[] createPipe() throws IOException
IOException
@Implementation(minSdk=19) protected static ParcelFileDescriptor[] createReliablePipe() throws IOException
IOException
@Implementation protected FileDescriptor getFileDescriptor()
@Implementation protected long getStatSize()
@Implementation protected int getFd()
@Implementation protected void close() throws IOException
IOException