Class MultiDexFileReader

    • Constructor Detail

      • MultiDexFileReader

        public MultiDexFileReader​(java.util.Collection<DexFileReader> readers)
    • Method Detail

      • open

        public static BaseDexFileReader open​(java.io.InputStream in)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • open

        public static BaseDexFileReader open​(byte[] data)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • accept

        public void accept​(com.googlecode.d2j.visitors.DexFileVisitor dv)
        Specified by:
        accept in interface BaseDexFileReader
      • accept

        public void accept​(com.googlecode.d2j.visitors.DexFileVisitor dv,
                           int config)
        Specified by:
        accept in interface BaseDexFileReader
      • accept

        public void accept​(com.googlecode.d2j.visitors.DexFileVisitor dv,
                           int classIdx,
                           int config)
        Specified by:
        accept in interface BaseDexFileReader