Class DexBackedArrayEncodedValue

    • Constructor Detail

      • DexBackedArrayEncodedValue

        public DexBackedArrayEncodedValue​(@Nonnull
                                          DexBackedDexFile dexFile,
                                          @Nonnull
                                          DexReader reader)
    • Method Detail

      • skipFrom

        public static void skipFrom​(@Nonnull
                                    DexReader reader)
      • getValue

        @Nonnull
        public java.util.List<? extends EncodedValue> getValue()
        Description copied from interface: ArrayEncodedValue
        Gets the list of the values contained in this ArrayEncodedValue
        Specified by:
        getValue in interface ArrayEncodedValue
        Returns:
        A list of EncodedValue instances