Class byte_array_64
java.lang.Object
com.frostwire.jlibtorrent.swig.byte_array_64
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedbyte_array_64(long cPtr, boolean cMemoryOwn) byte_array_64(byte_array_64 other) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidfill(byte u) byteget(int i) protected static longgetCPtr(byte_array_64 obj) booleanisEmpty()voidset(int i, byte val) intsize()protected static longswigRelease(byte_array_64 obj)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
byte_array_64
protected byte_array_64(long cPtr, boolean cMemoryOwn) -
byte_array_64
public byte_array_64() -
byte_array_64
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
isEmpty
public boolean isEmpty() -
fill
public void fill(byte u) -
size
public int size() -
get
public byte get(int i) -
set
public void set(int i, byte val)
-