qu$a.java
876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
import com.google.common.base.Preconditions;
import com.google.common.hash.HashCode;
import java.util.zip.Checksum;
final class qu$a
extends qq
{
private final Checksum b;
private qu$a(qu paramqu, Checksum paramChecksum)
{
this.b = ((Checksum)Preconditions.checkNotNull(paramChecksum));
}
protected final void a(byte paramByte)
{
this.b.update(paramByte);
}
protected final void a(byte[] paramArrayOfByte, int paramInt1, int paramInt2)
{
this.b.update(paramArrayOfByte, paramInt1, paramInt2);
}
public final HashCode hash()
{
long l = this.b.getValue();
if (qu.a(this.a) == 32) {
return HashCode.fromInt((int)l);
}
return HashCode.fromLong(l);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/qu$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/