Class int_byte_pair

java.lang.Object
com.frostwire.jlibtorrent.swig.int_byte_pair

public class int_byte_pair extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • int_byte_pair

      protected int_byte_pair(long cPtr, boolean cMemoryOwn)
    • int_byte_pair

      public int_byte_pair()
    • int_byte_pair

      public int_byte_pair(int first, byte second)
    • int_byte_pair

      public int_byte_pair(int_byte_pair other)
  • Method Details

    • getCPtr

      protected static long getCPtr(int_byte_pair obj)
    • swigRelease

      protected static long swigRelease(int_byte_pair obj)
    • delete

      public void delete()
    • setFirst

      public void setFirst(int value)
    • getFirst

      public int getFirst()
    • setSecond

      public void setSecond(byte value)
    • getSecond

      public byte getSecond()