Package-level declarations
Properties
The full path to the aar-metadata.properties file within an AAR file.
The full path to the AndroidManifest.xml file within an AAR file.
The full path to the api.jar file within an AAR file.
The full path to the assets file within an AAR file.
The full path to the classes.jar file within an AAR file.
The full path to the jni file within an AAR file.
The full path to the libs file within an AAR file.
The full path to the lint.jar file within an AAR file.
The full path to the navigation.json file within an AAR file.
The full path to the proguard.txt file within an AAR file.
The full path to the public.txt file within an AAR file.
The full path to the res file within an AAR file.
The full path to the R.txt file within an AAR file.
Functions
Creates a new archive file at the specified path, returning a FileSystem that represents the internal structure of the archive to which files can be read, written, and deleted.
Opens an existing archive file at the specified path, returning a FileSystem that represents the internal structure of the archive to which files can be read, written, and deleted.