Class VarRefAdapter

  • All Implemented Interfaces:
    DataAdapter<jadx.api.metadata.annotations.VarRef>

    public class VarRefAdapter
    extends java.lang.Object
    implements DataAdapter<jadx.api.metadata.annotations.VarRef>
    • Constructor Summary

      Constructors 
      Constructor Description
      VarRefAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jadx.api.metadata.annotations.VarRef read​(java.io.DataInput in)  
      void write​(java.io.DataOutput out, jadx.api.metadata.annotations.VarRef value)  
      • Methods inherited from class java.lang.Object

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

      • VarRefAdapter

        public VarRefAdapter()
    • Method Detail

      • write

        public void write​(java.io.DataOutput out,
                          jadx.api.metadata.annotations.VarRef value)
                   throws java.io.IOException
        Specified by:
        write in interface DataAdapter<jadx.api.metadata.annotations.VarRef>
        Throws:
        java.io.IOException
      • read

        public jadx.api.metadata.annotations.VarRef read​(java.io.DataInput in)
                                                  throws java.io.IOException
        Specified by:
        read in interface DataAdapter<jadx.api.metadata.annotations.VarRef>
        Throws:
        java.io.IOException