@Implements(value=android.os.ParcelFileDescriptor.class) public class ShadowParcelFileDescriptor extends java.lang.Object
Constructor and Description |
---|
ShadowParcelFileDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
__constructor__(android.os.ParcelFileDescriptor wrapped) |
protected void |
close() |
protected static android.os.ParcelFileDescriptor[] |
createPipe() |
protected int |
getFd()
Overrides framework to avoid call to {@link FileDescriptor#getInt() which does not exist on JVM.
|
protected java.io.FileDescriptor |
getFileDescriptor() |
protected long |
getStatSize() |
protected static android.os.ParcelFileDescriptor |
open(java.io.File file,
int mode) |
@Implementation protected void __constructor__(android.os.ParcelFileDescriptor wrapped)
@Implementation protected static android.os.ParcelFileDescriptor open(java.io.File file, int mode) throws java.io.FileNotFoundException
java.io.FileNotFoundException
@Implementation protected static android.os.ParcelFileDescriptor[] createPipe() throws java.io.IOException
java.io.IOException
@Implementation protected java.io.FileDescriptor getFileDescriptor()
@Implementation protected long getStatSize()
@Implementation protected int getFd()
Overrides framework to avoid call to {@link FileDescriptor#getInt() which does not exist on JVM.
0
)@Implementation protected void close() throws java.io.IOException
java.io.IOException