Package 

Class IFileSystemService.Stub

  • All Implemented Interfaces:
    android.os.IBinder , android.os.IInterface , com.topjohnwu.superuser.internal.IFileSystemService

    
    public abstract class IFileSystemService.Stub
    extends Binder implements IFileSystemService
                        

    Local-side IPC implementation stub class.

    • Constructor Summary

      Constructors 
      Constructor Description
      IFileSystemService.Stub() Construct the stub at attach it to the interface.
    • Method Summary

      Modifier and Type Method Description
      static IFileSystemService asInterface(IBinder obj) Cast an IBinder object into an com.topjohnwu.superuser.internal.IFileSystemService interface,generating a proxy if needed.
      IBinder asBinder()
      boolean onTransact(int code, Parcel data, Parcel reply, int flags)
      • 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 com.topjohnwu.superuser.internal.IFileSystemService

        checkAccess, close, createLink, createNewFile, delete, ftruncate, getCanonicalPath, getFreeSpace, getMode, getTotalSpace, getUsableSpace, isDirectory, isFile, isHidden, lastModified, length, list, lseek, mkdir, mkdirs, openChannel, openReadStream, openWriteStream, pread, pwrite, register, renameTo, setExecutable, setLastModified, setReadOnly, setReadable, setWritable, size, sync
      • 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

      • IFileSystemService.Stub

        IFileSystemService.Stub()
        Construct the stub at attach it to the interface.