Class ClassNodeAdapter

  • All Implemented Interfaces:
    DataAdapter<jadx.core.dex.nodes.ClassNode>

    public class ClassNodeAdapter
    extends java.lang.Object
    implements DataAdapter<jadx.core.dex.nodes.ClassNode>
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassNodeAdapter​(jadx.core.dex.nodes.RootNode root)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jadx.core.dex.nodes.ClassNode read​(java.io.DataInput in)  
      void write​(java.io.DataOutput out, jadx.core.dex.nodes.ClassNode value)  
      • Methods inherited from class java.lang.Object

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

      • ClassNodeAdapter

        public ClassNodeAdapter​(jadx.core.dex.nodes.RootNode root)
    • Method Detail

      • write

        public void write​(java.io.DataOutput out,
                          jadx.core.dex.nodes.ClassNode value)
                   throws java.io.IOException
        Specified by:
        write in interface DataAdapter<jadx.core.dex.nodes.ClassNode>
        Throws:
        java.io.IOException
      • read

        public jadx.core.dex.nodes.ClassNode read​(java.io.DataInput in)
                                           throws java.io.IOException
        Specified by:
        read in interface DataAdapter<jadx.core.dex.nodes.ClassNode>
        Throws:
        java.io.IOException