tmap/smali_classes3/com/google/common/hash/Crc32cHashFunction.smali
2022-06-10 21:38:30 +09:00

75 lines
1.6 KiB
Smali

.class final Lcom/google/common/hash/Crc32cHashFunction;
.super Lcom/google/common/hash/AbstractHashFunction;
.source "Crc32cHashFunction.java"
# annotations
.annotation runtime Lcom/google/common/hash/ElementTypesAreNonnullByDefault;
.end annotation
.annotation runtime Lcom/google/errorprone/annotations/Immutable;
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/common/hash/Crc32cHashFunction$Crc32cHasher;
}
.end annotation
# static fields
.field public static final CRC_32_C:Lcom/google/common/hash/HashFunction;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/common/hash/Crc32cHashFunction;
invoke-direct {v0}, Lcom/google/common/hash/Crc32cHashFunction;-><init>()V
sput-object v0, Lcom/google/common/hash/Crc32cHashFunction;->CRC_32_C:Lcom/google/common/hash/HashFunction;
return-void
.end method
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/common/hash/AbstractHashFunction;-><init>()V
return-void
.end method
# virtual methods
.method public bits()I
.locals 1
const/16 v0, 0x20
return v0
.end method
.method public newHasher()Lcom/google/common/hash/Hasher;
.locals 1
.line 1
new-instance v0, Lcom/google/common/hash/Crc32cHashFunction$Crc32cHasher;
invoke-direct {v0}, Lcom/google/common/hash/Crc32cHashFunction$Crc32cHasher;-><init>()V
return-object v0
.end method
.method public toString()Ljava/lang/String;
.locals 1
const-string v0, "Hashing.crc32c()"
return-object v0
.end method