Files
rr3-apk/smali_classes3/com/google/gson/internal/Streams$AppendableWriter$CurrentWrite.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

72 lines
1.4 KiB
Smali

.class Lcom/google/gson/internal/Streams$AppendableWriter$CurrentWrite;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/CharSequence;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/gson/internal/Streams$AppendableWriter;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "CurrentWrite"
.end annotation
# instance fields
.field chars:[C
# direct methods
.method public constructor <init>()V
.locals 0
.line 106
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public charAt(I)C
.locals 1
iget-object v0, p0, Lcom/google/gson/internal/Streams$AppendableWriter$CurrentWrite;->chars:[C
.line 112
aget-char p1, v0, p1
return p1
.end method
.method public length()I
.locals 1
iget-object v0, p0, Lcom/google/gson/internal/Streams$AppendableWriter$CurrentWrite;->chars:[C
.line 109
array-length v0, v0
return v0
.end method
.method public subSequence(II)Ljava/lang/CharSequence;
.locals 2
.line 115
new-instance v0, Ljava/lang/String;
iget-object v1, p0, Lcom/google/gson/internal/Streams$AppendableWriter$CurrentWrite;->chars:[C
sub-int/2addr p2, p1
invoke-direct {v0, v1, p1, p2}, Ljava/lang/String;-><init>([CII)V
return-object v0
.end method