Class ExtractFromZipSoSource

All Implemented Interfaces:
AsyncInitSoSource

public class ExtractFromZipSoSource extends UnpackingSoSource
SoSource that extracts libraries from a zip file to the filesystem.
  • Constructor Details

    • ExtractFromZipSoSource

      public ExtractFromZipSoSource(android.content.Context context, String name, File zipFileName, String zipSearchPattern)
      Parameters:
      context - Application context
      name - Name of the DSO store
      zipFileName - Name of the zip file from which we extract; opened only on demand
      zipSearchPattern - Regular expression string matching DSOs in the zip file; subgroup 1 must be an ABI (as from Build.CPU_ABI) and subgroup 2 must be the shared library basename.
    • ExtractFromZipSoSource

      public ExtractFromZipSoSource(android.content.Context context, File storePath, File zipFileName, String zipSearchPattern)
  • Method Details