Package com.biglybt.core.util
Class HashWrapper2
- java.lang.Object
-
- com.biglybt.core.util.HashWrapper2
-
public class HashWrapper2 extends java.lang.Object
This class DOES NOT COPY THE UNDERLYING BYTES AND ONLY SUPPORTS Short.MAX_VALUE bytes
-
-
Constructor Summary
Constructors Constructor Description HashWrapper2(byte[] hash)
HashWrapper2(byte[] _hash, int _offset, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
byte[]
getBytes()
short
getLength()
short
getOffset()
int
hashCode()
-