Package com.biglybt.core.util
Class HashWrapper2
java.lang.Object
com.biglybt.core.util.HashWrapper2
This class DOES NOT COPY THE UNDERLYING BYTES AND ONLY SUPPORTS Short.MAX_VALUE bytes
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHashWrapper2
(byte[] hash) HashWrapper2
(byte[] _hash, int _offset, int _length) -
Method Summary
-
Field Details
-
hash
private final byte[] hash -
offset
private final short offset -
length
private final short length -
hash_code
private final int hash_code
-
-
Constructor Details
-
HashWrapper2
public HashWrapper2(byte[] hash) -
HashWrapper2
public HashWrapper2(byte[] _hash, int _offset, int _length)
-
-
Method Details