Class sha1_hash
java.lang.Object
com.frostwire.jlibtorrent.swig.sha1_hash
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()static intintvoiddelete()static sha1_hashprotected static longintbooleanstatic sha1_hashmax()static sha1_hashmin()booleanop_inv()booleanbooleanstatic longsize()protected static longswigRelease(sha1_hash obj) to_bytes()to_hex()
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
sha1_hash
protected sha1_hash(long cPtr, boolean cMemoryOwn) -
sha1_hash
public sha1_hash() -
sha1_hash
-
sha1_hash
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
size
public static long size() -
max
-
min
-
clear
public void clear() -
is_all_zeros
public boolean is_all_zeros() -
op_eq
-
op_ne
-
op_lt
-
count_leading_zeroes
public int count_leading_zeroes() -
op_inv
-
op_xor
-
op_and
-
assign
-
hash_code
public int hash_code() -
to_bytes
-
to_hex
-
from_hex
-
compare
-