apkfuckery/com.discord/smali_classes2/okhttp3/MultipartBody$Part.smali

67 lines
1.5 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public final Lokhttp3/MultipartBody$Part;
.super Ljava/lang/Object;
2019-11-28 00:30:53 +00:00
.source "MultipartBody.kt"
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/MultipartBody;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Part"
.end annotation
2019-11-28 00:30:53 +00:00
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokhttp3/MultipartBody$Part$a;
}
.end annotation
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
# static fields
.field public static final bsC:Lokhttp3/MultipartBody$Part$a;
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
# instance fields
.field final bsA:Lokhttp3/Headers;
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
.field final bsB:Lokhttp3/RequestBody;
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
# direct methods
.method static constructor <clinit>()V
2019-07-24 11:27:29 +00:00
.locals 2
2019-11-28 00:30:53 +00:00
new-instance v0, Lokhttp3/MultipartBody$Part$a;
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
const/4 v1, 0x0
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
invoke-direct {v0, v1}, Lokhttp3/MultipartBody$Part$a;-><init>(B)V
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
sput-object v0, Lokhttp3/MultipartBody$Part;->bsC:Lokhttp3/MultipartBody$Part$a;
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
return-void
2019-07-24 11:27:29 +00:00
.end method
2019-11-28 00:30:53 +00:00
.method private constructor <init>(Lokhttp3/Headers;Lokhttp3/RequestBody;)V
.locals 0
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
iput-object p1, p0, Lokhttp3/MultipartBody$Part;->bsA:Lokhttp3/Headers;
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
iput-object p2, p0, Lokhttp3/MultipartBody$Part;->bsB:Lokhttp3/RequestBody;
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
return-void
.end method
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
.method public synthetic constructor <init>(Lokhttp3/Headers;Lokhttp3/RequestBody;B)V
.locals 0
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
invoke-direct {p0, p1, p2}, Lokhttp3/MultipartBody$Part;-><init>(Lokhttp3/Headers;Lokhttp3/RequestBody;)V
2019-07-24 11:27:29 +00:00
2019-11-28 00:30:53 +00:00
return-void
2019-07-24 11:27:29 +00:00
.end method