Index

A C E F G H I L M R S T W 
All Classes|All Packages|Deprecated API

A

accept(AssetFile) - Method in interface com.tianscar.assetfile.AssetFileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(AssetFile, String) - Method in interface com.tianscar.assetfile.AssetFilenameFilter
Tests if a specified assetFile should be included in a file list.
AssetFile - Class in com.tianscar.assetfile
A File-like class that provides an abstract representation of file and directory pathnames (in assets).
AssetFile(Uri) - Constructor for class com.tianscar.assetfile.AssetFile
Creates a new AssetFile instance by converting the given file: Uri into an abstract pathname.
AssetFile(AssetFile, String) - Constructor for class com.tianscar.assetfile.AssetFile
Creates a new AssetFile instance from a parent abstract pathname and a child pathname string.
AssetFile(String) - Constructor for class com.tianscar.assetfile.AssetFile
Creates a new AssetFile instance by converting the given pathname string into an abstract pathname.
AssetFile(String, String) - Constructor for class com.tianscar.assetfile.AssetFile
Creates a new AssetFile instance from a parent pathname string and a child pathname string.
AssetFile(URI) - Constructor for class com.tianscar.assetfile.AssetFile
Creates a new AssetFile instance by converting the given file: URI into an abstract pathname.
AssetFileFilter - Interface in com.tianscar.assetfile
A filter for abstract pathnames.
AssetFileInputStream - Class in com.tianscar.assetfile
An InputStream that packaging an AssetFileDescriptor#AutoCloseInputStream for use.
AssetFileInputStream(AssetFileDescriptor) - Constructor for class com.tianscar.assetfile.AssetFileInputStream
Creates a FileInputStream by using the asset file descriptor fdObj, which represents an existing connection to an actual file in assets.
AssetFileInputStream(AssetFile) - Constructor for class com.tianscar.assetfile.AssetFileInputStream
Creates a AssetFileInputStream by opening a connection to an actual file in assets, the file named by the AssetFile file.
AssetFileInputStream(String) - Constructor for class com.tianscar.assetfile.AssetFileInputStream
Creates a AssetFileInputStream by opening a connection to an actual file in assets, the file named by the name string.
AssetFilenameFilter - Interface in com.tianscar.assetfile
Instances of classes that implement this interface are used to filter filenames.
AssetFileOutputStream - Class in com.tianscar.assetfile
An OutputStream that packaging an AssetFileDescriptor#AutoCloseOutputStream for use.
AssetFileOutputStream(AssetFileDescriptor) - Constructor for class com.tianscar.assetfile.AssetFileOutputStream
Creates a FileOutputStream by using the asset file descriptor fdObj, which represents an existing connection to an actual file in assets.
AssetFileOutputStream(AssetFile) - Constructor for class com.tianscar.assetfile.AssetFileOutputStream
Creates a AssetFileOutputStream by opening a connection to an actual file in assets, the file named by the AssetFile file.
AssetFileOutputStream(String) - Constructor for class com.tianscar.assetfile.AssetFileOutputStream
Creates a AssetFileOutputStream by opening a connection to an actual file in assets, the file named by the name string.
AssetFileReader - Class in com.tianscar.assetfile
An InputStreamReader that packaging an AssetFileInputStream for use.
AssetFileReader(AssetFileDescriptor) - Constructor for class com.tianscar.assetfile.AssetFileReader
Creates a new AssetFileReader, given the AssetFileDescriptor to read from.
AssetFileReader(AssetFile) - Constructor for class com.tianscar.assetfile.AssetFileReader
Creates a new AssetFileReader, given the AssetFile to read from.
AssetFileReader(String) - Constructor for class com.tianscar.assetfile.AssetFileReader
Creates a new AssetFileReader, given the name of the assetFile to read from.
AssetFileWriter - Class in com.tianscar.assetfile
An OutputStreamWriter that packaging an AssetFileOutputStream for use.
AssetFileWriter(AssetFileDescriptor) - Constructor for class com.tianscar.assetfile.AssetFileWriter
Constructs an AssetFileWriter object associated with an asset file descriptor.
AssetFileWriter(AssetFile) - Constructor for class com.tianscar.assetfile.AssetFileWriter
Constructs an AssetFileWriter object given an AssetFile object.
AssetFileWriter(String) - Constructor for class com.tianscar.assetfile.AssetFileWriter
Constructs an AssetFileWriter object given an assetFile name.
available() - Method in class com.tianscar.assetfile.AssetFileInputStream
Returns an estimate of the number of remaining bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
A C E F G H I L M R S T W 
All Classes|All Packages|Deprecated API