Class InsnCodeOffsetAdapter

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

    public class InsnCodeOffsetAdapter
    extends java.lang.Object
    implements DataAdapter<jadx.api.metadata.annotations.InsnCodeOffset>
    • Method Summary

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

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

      • InsnCodeOffsetAdapter

        public InsnCodeOffsetAdapter()
    • Method Detail

      • write

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

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