Class ExtractFromZipSoSource

    • Constructor Detail

      • ExtractFromZipSoSource

        public ExtractFromZipSoSource​(android.content.Context context,
                                      java.lang.String name,
                                      java.io.File zipFileName,
                                      java.lang.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.