Files
rr3-apk/smali_classes3/com/google/protobuf/LazyStringArrayList$ByteArrayListView.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

174 lines
4.3 KiB
Smali

.class public Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;
.super Ljava/util/AbstractList;
.source "SourceFile"
# interfaces
.implements Ljava/util/RandomAccess;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/LazyStringArrayList;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "ByteArrayListView"
.end annotation
# instance fields
.field private final list:Lcom/google/protobuf/LazyStringArrayList;
# direct methods
.method public constructor <init>(Lcom/google/protobuf/LazyStringArrayList;)V
.locals 0
.line 327
invoke-direct {p0}, Ljava/util/AbstractList;-><init>()V
iput-object p1, p0, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->list:Lcom/google/protobuf/LazyStringArrayList;
return-void
.end method
# virtual methods
.method public bridge synthetic add(ILjava/lang/Object;)V
.locals 0
.line 324
check-cast p2, [B
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->add(I[B)V
return-void
.end method
.method public add(I[B)V
.locals 1
iget-object v0, p0, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->list:Lcom/google/protobuf/LazyStringArrayList;
.line 350
invoke-static {v0, p1, p2}, Lcom/google/protobuf/LazyStringArrayList;->access$200(Lcom/google/protobuf/LazyStringArrayList;I[B)V
iget p1, p0, Ljava/util/AbstractList;->modCount:I
add-int/lit8 p1, p1, 0x1
iput p1, p0, Ljava/util/AbstractList;->modCount:I
return-void
.end method
.method public bridge synthetic get(I)Ljava/lang/Object;
.locals 0
.line 324
invoke-virtual {p0, p1}, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->get(I)[B
move-result-object p1
return-object p1
.end method
.method public get(I)[B
.locals 1
iget-object v0, p0, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->list:Lcom/google/protobuf/LazyStringArrayList;
.line 333
invoke-virtual {v0, p1}, Lcom/google/protobuf/LazyStringArrayList;->getByteArray(I)[B
move-result-object p1
return-object p1
.end method
.method public bridge synthetic remove(I)Ljava/lang/Object;
.locals 0
.line 324
invoke-virtual {p0, p1}, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->remove(I)[B
move-result-object p1
return-object p1
.end method
.method public remove(I)[B
.locals 1
iget-object v0, p0, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->list:Lcom/google/protobuf/LazyStringArrayList;
.line 356
invoke-virtual {v0, p1}, Lcom/google/protobuf/LazyStringArrayList;->remove(I)Ljava/lang/String;
move-result-object p1
iget v0, p0, Ljava/util/AbstractList;->modCount:I
add-int/lit8 v0, v0, 0x1
iput v0, p0, Ljava/util/AbstractList;->modCount:I
.line 358
invoke-static {p1}, Lcom/google/protobuf/LazyStringArrayList;->access$100(Ljava/lang/Object;)[B
move-result-object p1
return-object p1
.end method
.method public bridge synthetic set(ILjava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 324
check-cast p2, [B
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->set(I[B)[B
move-result-object p1
return-object p1
.end method
.method public set(I[B)[B
.locals 1
iget-object v0, p0, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->list:Lcom/google/protobuf/LazyStringArrayList;
.line 343
invoke-static {v0, p1, p2}, Lcom/google/protobuf/LazyStringArrayList;->access$000(Lcom/google/protobuf/LazyStringArrayList;I[B)Ljava/lang/Object;
move-result-object p1
iget p2, p0, Ljava/util/AbstractList;->modCount:I
add-int/lit8 p2, p2, 0x1
iput p2, p0, Ljava/util/AbstractList;->modCount:I
.line 345
invoke-static {p1}, Lcom/google/protobuf/LazyStringArrayList;->access$100(Ljava/lang/Object;)[B
move-result-object p1
return-object p1
.end method
.method public size()I
.locals 1
iget-object v0, p0, Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;->list:Lcom/google/protobuf/LazyStringArrayList;
.line 338
invoke-virtual {v0}, Lcom/google/protobuf/LazyStringArrayList;->size()I
move-result v0
return v0
.end method