C
D
E
F
G
H
I
L
M
N
O
R
S
T
W
S
- seek(long) - function in com.topjohnwu.superuser.io.SuRandomAccessFile
- setExecutable(boolean,boolean) - function in com.topjohnwu.superuser.io.SuFile
- Sets the owner's or everybody's execute permission for this abstractpathname.
- setExecutable(boolean,boolean) - function in java.io.SuFile
- setLastModified(long) - function in com.topjohnwu.superuser.io.SuFile
- Sets the last-modified time of the file or directory named by this abstract pathname.
- setLastModified(long) - function in java.io.SuFile
- setLength(long) - function in com.topjohnwu.superuser.io.SuRandomAccessFile
- setReadable(boolean,boolean) - function in com.topjohnwu.superuser.io.SuFile
- Sets the owner's or everybody's read permission for this abstractpathname.
- setReadable(boolean,boolean) - function in java.io.SuFile
- setReadOnly() - function in com.topjohnwu.superuser.io.SuFile
- Marks the file or directory named by this abstract pathname so thatonly read operations are allowed.
- setReadOnly() - function in java.io.SuFile
- setShell(Shell) - function in com.topjohnwu.superuser.io.SuFile
- Set the
{@code Shell}instance to be used internally for all operations. - setWritable(boolean,boolean) - function in com.topjohnwu.superuser.io.SuFile
- Sets the owner's or everybody's write permission for this abstractpathname.
- setWritable(boolean,boolean) - function in java.io.SuFile
- shellIO(SuFile,String) - function in com.topjohnwu.superuser.internal.IOFactory
- skipBytes(int) - function in java.io.SuRandomAccessFile
- SuFile - class in com.topjohnwu.superuser.io
- A File implementation using root shell.
- SuFileInputStream - class in com.topjohnwu.superuser.io
- Open InputStreams that read files with root access.
- SuFileOutputStream - class in com.topjohnwu.superuser.io
- Open OutputStreams that read files with root access.
- SuRandomAccessFile - class in com.topjohnwu.superuser.io
- Access files using the main shell and mimics RandomAccessFile.