Files
rr3-apk/smali_classes5/okhttp3/RequestBody.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

179 lines
3.8 KiB
Smali

.class public abstract Lokhttp3/RequestBody;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.line 30
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static create(Lokhttp3/MediaType;Ljava/io/File;)Lokhttp3/RequestBody;
.locals 1
if-eqz p1, :cond_0
.line 160
new-instance v0, Lokhttp3/RequestBody$3;
invoke-direct {v0, p0, p1}, Lokhttp3/RequestBody$3;-><init>(Lokhttp3/MediaType;Ljava/io/File;)V
return-object v0
.line 158
:cond_0
new-instance p0, Ljava/lang/NullPointerException;
const-string p1, "file == null"
invoke-direct {p0, p1}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static create(Lokhttp3/MediaType;Ljava/lang/String;)Lokhttp3/RequestBody;
.locals 2
.line 101
sget-object v0, Ljava/nio/charset/StandardCharsets;->UTF_8:Ljava/nio/charset/Charset;
if-eqz p0, :cond_1
.line 103
invoke-virtual {p0}, Lokhttp3/MediaType;->charset()Ljava/nio/charset/Charset;
move-result-object v1
if-nez v1, :cond_0
.line 106
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
invoke-virtual {v1, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string p0, "; charset=utf-8"
invoke-virtual {v1, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
invoke-static {p0}, Lokhttp3/MediaType;->parse(Ljava/lang/String;)Lokhttp3/MediaType;
move-result-object p0
goto :goto_0
:cond_0
move-object v0, v1
.line 109
:cond_1
:goto_0
invoke-virtual {p1, v0}, Ljava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B
move-result-object p1
.line 110
invoke-static {p0, p1}, Lokhttp3/RequestBody;->create(Lokhttp3/MediaType;[B)Lokhttp3/RequestBody;
move-result-object p0
return-object p0
.end method
.method public static create(Lokhttp3/MediaType;Lokio/ByteString;)Lokhttp3/RequestBody;
.locals 1
.line 116
new-instance v0, Lokhttp3/RequestBody$1;
invoke-direct {v0, p0, p1}, Lokhttp3/RequestBody$1;-><init>(Lokhttp3/MediaType;Lokio/ByteString;)V
return-object v0
.end method
.method public static create(Lokhttp3/MediaType;[B)Lokhttp3/RequestBody;
.locals 2
.line 133
array-length v0, p1
const/4 v1, 0x0
invoke-static {p0, p1, v1, v0}, Lokhttp3/RequestBody;->create(Lokhttp3/MediaType;[BII)Lokhttp3/RequestBody;
move-result-object p0
return-object p0
.end method
.method public static create(Lokhttp3/MediaType;[BII)Lokhttp3/RequestBody;
.locals 7
if-eqz p1, :cond_0
.line 140
array-length v0, p1
int-to-long v1, v0
int-to-long v3, p2
int-to-long v5, p3
invoke-static/range {v1 .. v6}, Lokhttp3/internal/Util;->checkOffsetAndCount(JJJ)V
.line 141
new-instance v0, Lokhttp3/RequestBody$2;
invoke-direct {v0, p0, p3, p1, p2}, Lokhttp3/RequestBody$2;-><init>(Lokhttp3/MediaType;I[BI)V
return-object v0
.line 139
:cond_0
new-instance p0, Ljava/lang/NullPointerException;
const-string p1, "content == null"
invoke-direct {p0, p1}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p0
.end method
# virtual methods
.method public abstract contentLength()J
.end method
.method public abstract contentType()Lokhttp3/MediaType;
.end method
.method public isDuplex()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public isOneShot()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public abstract writeTo(Lokio/BufferedSink;)V
.end method