Class DexFileFactory.FilenameVdexProvider

java.lang.Object
org.jf.dexlib2.DexFileFactory.FilenameVdexProvider
All Implemented Interfaces:
OatFile.VdexProvider
Enclosing class:
DexFileFactory

public static class DexFileFactory.FilenameVdexProvider extends Object implements OatFile.VdexProvider
  • Field Details

    • vdexFile

      private final File vdexFile
    • buf

      @Nullable private byte[] buf
    • loadedVdex

      private boolean loadedVdex
  • Constructor Details

    • FilenameVdexProvider

      public FilenameVdexProvider(File oatFile)
  • Method Details