Files
rr3-apk/smali_classes3/com/google/zxing/qrcode/decoder/Version$ECB.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

54 lines
1.1 KiB
Smali

.class public final Lcom/google/zxing/qrcode/decoder/Version$ECB;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/zxing/qrcode/decoder/Version;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "ECB"
.end annotation
# instance fields
.field public final count:I
.field public final dataCodewords:I
# direct methods
.method public constructor <init>(II)V
.locals 0
.line 223
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/google/zxing/qrcode/decoder/Version$ECB;->count:I
iput p2, p0, Lcom/google/zxing/qrcode/decoder/Version$ECB;->dataCodewords:I
return-void
.end method
# virtual methods
.method public getCount()I
.locals 1
iget v0, p0, Lcom/google/zxing/qrcode/decoder/Version$ECB;->count:I
return v0
.end method
.method public getDataCodewords()I
.locals 1
iget v0, p0, Lcom/google/zxing/qrcode/decoder/Version$ECB;->dataCodewords:I
return v0
.end method