Index
All Classes|All Packages|Deprecated API
R
- read() - Method in class com.tianscar.assetfile.AssetFileInputStream
-
Reads a byte of data from this input stream.
- read(byte[]) - Method in class com.tianscar.assetfile.AssetFileInputStream
-
Reads up to b.length bytes of data from this input stream into an array of bytes.
- read(byte[], int, int) - Method in class com.tianscar.assetfile.AssetFileInputStream
-
Reads up to len bytes of data from this input stream into an array of bytes.
- renameTo(Uri) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by the given URI (into an abstract pathname) if and only if a file with this name does not yet exist.
- renameTo(File) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by the given abstract pathname if and only if a file with this name does not yet exist.
- renameTo(File, String) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by the given pathname and a parent abstract pathname if and only if a file with this name does not yet exist.
- renameTo(String) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by the given pathname string into an abstract pathname if and only if a file with this name does not yet exist.
- renameTo(String, String) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by the given pathname and a parent pathname string if and only if a file with this name does not yet exist.
- renameTo(URI) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by the given URI (into an abstract pathname) if and only if a file with this name does not yet exist.
- reset() - Method in class com.tianscar.assetfile.AssetFileInputStream
-
Repositions this stream to the position at the time the mark method was last called on this input stream.
All Classes|All Packages|Deprecated API