Class BufferCodeCache

  • All Implemented Interfaces:
    jadx.api.ICodeCache, java.io.Closeable, java.lang.AutoCloseable

    public class BufferCodeCache
    extends java.lang.Object
    implements jadx.api.ICodeCache
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferCodeCache​(jadx.api.ICodeCache backCache)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String clsFullName, jadx.api.ICodeInfo codeInfo)  
      void close()  
      boolean contains​(java.lang.String clsFullName)  
      @NotNull jadx.api.ICodeInfo get​(java.lang.String clsFullName)  
      @Nullable java.lang.String getCode​(java.lang.String clsFullName)  
      void remove​(java.lang.String clsFullName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BufferCodeCache

        public BufferCodeCache​(jadx.api.ICodeCache backCache)
    • Method Detail

      • contains

        public boolean contains​(java.lang.String clsFullName)
        Specified by:
        contains in interface jadx.api.ICodeCache
      • add

        public void add​(java.lang.String clsFullName,
                        jadx.api.ICodeInfo codeInfo)
        Specified by:
        add in interface jadx.api.ICodeCache
      • get

        @NotNull
        public @NotNull jadx.api.ICodeInfo get​(java.lang.String clsFullName)
        Specified by:
        get in interface jadx.api.ICodeCache
      • getCode

        @Nullable
        public @Nullable java.lang.String getCode​(java.lang.String clsFullName)
        Specified by:
        getCode in interface jadx.api.ICodeCache
      • remove

        public void remove​(java.lang.String clsFullName)
        Specified by:
        remove in interface jadx.api.ICodeCache
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException