Index
All Classes|All Packages|Deprecated API
C
- close() - Method in class com.tianscar.assetfile.AssetFileInputStream
-
Closes this file input stream and releases any system resources associated with the stream.
- close() - Method in class com.tianscar.assetfile.AssetFileOutputStream
-
Closes this asset file output stream and releases any system resources associated with this stream.
- com.tianscar.assetfile - package com.tianscar.assetfile
- compareTo(AssetFile) - Method in class com.tianscar.assetfile.AssetFile
-
Compares two abstract pathnames lexicographically.
- createNewFile(Uri) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by its name and a parent Uri (into an abstract pathname) if and only if a file with this name does not yet exist.
- createNewFile(File) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by its name and a parent abstract pathname if and only if a file with this name does not yet exist.
- createNewFile(String) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by its name and a parent pathname string if and only if a file with this name does not yet exist.
- createNewFile(URI) - Method in class com.tianscar.assetfile.AssetFile
-
Atomically creates a new file that copies the assetFile 's data by its name and a parent URI (into an abstract pathname) if and only if a file with this name does not yet exist.
- createTempFile(String, String, AssetFile) - Static method in class com.tianscar.assetfile.AssetFile
-
Creates an new file that copies the given assetFile 's data in the default temporary-file directory, using the given prefix and suffix to generate its name.
- createTempFile(String, String, File, AssetFile) - Static method in class com.tianscar.assetfile.AssetFile
-
Creates a new file that copies the given assetFile 's data in the specified directory, using the given prefix and suffix strings to generate its name.
All Classes|All Packages|Deprecated API