- getAllEntries() - Method in class com.android.vending.expansion.zipfile.ZipResourceFile
-
- getAPKExpansionZipFile(Context, int, int) - Static method in class com.android.vending.expansion.zipfile.APKExpansionSupport
-
- getAssetFileDescriptor(String) - Method in class com.android.vending.expansion.zipfile.ZipResourceFile
-
getAssetFileDescriptor allows for ZipResourceFile to directly feed
Android API's that want an fd, offset, and length such as the
MediaPlayer.
- getAssetFileDescriptor() - Method in class com.android.vending.expansion.zipfile.ZipResourceFile.ZipEntryRO
-
- getAuthority() - Method in class com.android.vending.expansion.zipfile.APEZProvider
-
This needs to match the authority in your manifest
- getInputStream(String) - Method in class com.android.vending.expansion.zipfile.ZipResourceFile
-
getInputStream returns an AssetFileDescriptor.AutoCloseInputStream
associated with the asset that is contained in the Zip file, or a
standard ZipInputStream if necessary to uncompress the file
- getOffset() - Method in class com.android.vending.expansion.zipfile.ZipResourceFile.ZipEntryRO
-
Calculates the offset of the start of the Zip file entry within the
Zip file.
- getResourceZipFile(String[]) - Static method in class com.android.vending.expansion.zipfile.APKExpansionSupport
-
- getType(Uri) - Method in class com.android.vending.expansion.zipfile.APEZProvider
-
- getZipFile() - Method in class com.android.vending.expansion.zipfile.ZipResourceFile.ZipEntryRO
-
- getZipFileName() - Method in class com.android.vending.expansion.zipfile.ZipResourceFile.ZipEntryRO
-