Package org.jf.dexlib2.dexbacked.raw
Class EncodedValue
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.EncodedValue
-
public class EncodedValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EncodedValue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
annotateEncodedAnnotation(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader)
static void
annotateEncodedArray(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader)
static void
annotateEncodedValue(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader)
static java.lang.String
asString(DexBackedDexFile dexFile, DexReader reader)
-
-
-
Method Detail
-
annotateEncodedValue
public static void annotateEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull AnnotatedBytes out, @Nonnull DexReader reader)
-
annotateEncodedAnnotation
public static void annotateEncodedAnnotation(@Nonnull DexBackedDexFile dexFile, @Nonnull AnnotatedBytes out, @Nonnull DexReader reader)
-
annotateEncodedArray
public static void annotateEncodedArray(@Nonnull DexBackedDexFile dexFile, @Nonnull AnnotatedBytes out, @Nonnull DexReader reader)
-
asString
public static java.lang.String asString(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader)
-
-