-
- All Implemented Interfaces:
-
android.os.IBinder,android.os.IInterface,com.rosan.app_process.IRemoteProcess
public class RemoteProcessImpl extends IRemoteProcess.Stub
-
-
Constructor Summary
Constructors Constructor Description RemoteProcessImpl(Process process)
-
Method Summary
Modifier and Type Method Description ParcelFileDescriptorgetOutputStream()ParcelFileDescriptorgetInputStream()ParcelFileDescriptorgetErrorStream()intexitValue()voiddestroy()intwaitFor()static ParcelFileDescriptorparcelable(InputStream inputStream)static ParcelFileDescriptorparcelable(OutputStream outputStream)static voidtransferThread(InputStream inputStream, OutputStream outputStream)-
Methods inherited from class com.rosan.app_process.IRemoteProcess.Stub
asBinder, asInterface, getDefaultImpl, onTransact, setDefaultImpl -
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath -
Methods inherited from class android.os.IBinder
getSuggestedMaxIpcSizeBytes -
Methods inherited from class android.os.IInterface
asBinder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RemoteProcessImpl
RemoteProcessImpl(Process process)
-
-
Method Detail
-
getOutputStream
ParcelFileDescriptor getOutputStream()
-
getInputStream
ParcelFileDescriptor getInputStream()
-
getErrorStream
ParcelFileDescriptor getErrorStream()
-
exitValue
int exitValue()
-
destroy
void destroy()
-
waitFor
int waitFor()
-
parcelable
static ParcelFileDescriptor parcelable(InputStream inputStream)
-
parcelable
static ParcelFileDescriptor parcelable(OutputStream outputStream)
-
transferThread
static void transferThread(InputStream inputStream, OutputStream outputStream)
-
-
-
-