Interface MultiDexContainer<T extends DexFile>

    • Method Detail

      • getDexEntryNames

        @Nonnull
        java.util.List<java.lang.String> getDexEntryNames()
                                                   throws java.io.IOException
        Returns:
        A list of the names of dex entries in this container
        Throws:
        java.io.IOException
      • getEntry

        @Nullable
        MultiDexContainer.DexEntry<T> getEntry​(@Nonnull
                                               java.lang.String entryName)
                                        throws java.io.IOException
        Gets the dex entry with the given name
        Parameters:
        entryName - The name of the entry
        Returns:
        A DexFile, or null if no entry with that name is found
        Throws:
        java.io.IOException