Class int_byte_pair
java.lang.Object
com.frostwire.jlibtorrent.swig.int_byte_pair
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionint_byte_pair(int first, byte second) protectedint_byte_pair(long cPtr, boolean cMemoryOwn) int_byte_pair(int_byte_pair other) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected static longgetCPtr(int_byte_pair obj) intgetFirst()bytevoidsetFirst(int value) voidsetSecond(byte value) protected static longswigRelease(int_byte_pair obj)
-
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
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
setFirst
public void setFirst(int value) -
getFirst
public int getFirst() -
setSecond
public void setSecond(byte value) -
getSecond
public byte getSecond()
-