C  D  E  F  G  H  I  L  M  N  O  R  S  T  W 

O

open(String) - function in com.topjohnwu.superuser.io.SuFile
 
open(String,String) - function in com.topjohnwu.superuser.io.SuFile
 
open(File,String) - function in com.topjohnwu.superuser.io.SuFile
 
open(URI) - function in com.topjohnwu.superuser.io.SuFile
 
open(File,String) - function in com.topjohnwu.superuser.io.SuRandomAccessFile
 
open(String,String) - function in com.topjohnwu.superuser.io.SuRandomAccessFile
{@code SuRandomAccessFile.open(new File(path), mode)}
open(String) - function in com.topjohnwu.superuser.io.SuFileOutputStream
{@code SuFileOutputStream.open(new File(path), false)}
open(String,boolean) - function in com.topjohnwu.superuser.io.SuFileOutputStream
{@code SuFileOutputStream.open(new File(path), append)}
open(File) - function in com.topjohnwu.superuser.io.SuFileOutputStream
{@code SuFileOutputStream.open(file, false)}
open(File,boolean) - function in com.topjohnwu.superuser.io.SuFileOutputStream
Open an OutputStream with root access.
open(String) - function in com.topjohnwu.superuser.io.SuFileInputStream
{@code SuFileInputStream.open(new File(path))}
open(File) - function in com.topjohnwu.superuser.io.SuFileInputStream
Open an InputStream with root access.
C  D  E  F  G  H  I  L  M  N  O  R  S  T  W