-
- All Implemented Interfaces:
-
android.os.IInterface,com.rosan.app_process.IRemoteProcess
public class IRemoteProcess.Default implements IRemoteProcess
Default implementation for IRemoteProcess.
-
-
Method Summary
Modifier and Type Method Description ParcelFileDescriptorgetOutputStream()ParcelFileDescriptorgetInputStream()ParcelFileDescriptorgetErrorStream()intexitValue()voiddestroy()intwaitFor()IBinderasBinder()-
-
Method Detail
-
getOutputStream
ParcelFileDescriptor getOutputStream()
-
getInputStream
ParcelFileDescriptor getInputStream()
-
getErrorStream
ParcelFileDescriptor getErrorStream()
-
exitValue
int exitValue()
-
destroy
void destroy()
-
waitFor
int waitFor()
-
-
-
-