Class ArgTypeAdapter

  • All Implemented Interfaces:
    DataAdapter<jadx.core.dex.instructions.args.ArgType>

    public class ArgTypeAdapter
    extends java.lang.Object
    implements DataAdapter<jadx.core.dex.instructions.args.ArgType>
    • Constructor Summary

      Constructors 
      Constructor Description
      ArgTypeAdapter()  
    • Method Summary

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

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

      • ArgTypeAdapter

        public ArgTypeAdapter()
    • Method Detail

      • write

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

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