apkfuckery/com.discord/smali_classes2/d0/n$a.smali

77 lines
1.6 KiB
Smali
Raw Normal View History

2020-02-20 19:33:18 +00:00
.class public Ld0/n$a;
2019-07-24 11:27:29 +00:00
.super Lokhttp3/RequestBody;
.source "RequestBuilder.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-02-20 19:33:18 +00:00
value = Ld0/n;
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x9
2019-07-24 11:27:29 +00:00
name = "a"
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final a:Lokhttp3/RequestBody;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public final b:Lokhttp3/MediaType;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>(Lokhttp3/RequestBody;Lokhttp3/MediaType;)V
2019-07-24 11:27:29 +00:00
.locals 0
invoke-direct {p0}, Lokhttp3/RequestBody;-><init>()V
2020-02-20 19:33:18 +00:00
iput-object p1, p0, Ld0/n$a;->a:Lokhttp3/RequestBody;
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
iput-object p2, p0, Ld0/n$a;->b:Lokhttp3/MediaType;
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public contentLength()J
2019-07-24 11:27:29 +00:00
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2020-02-20 19:33:18 +00:00
iget-object v0, p0, Ld0/n$a;->a:Lokhttp3/RequestBody;
2019-07-24 11:27:29 +00:00
invoke-virtual {v0}, Lokhttp3/RequestBody;->contentLength()J
move-result-wide v0
return-wide v0
.end method
2019-12-06 03:29:40 +00:00
.method public contentType()Lokhttp3/MediaType;
2019-07-24 11:27:29 +00:00
.locals 1
2020-02-20 19:33:18 +00:00
iget-object v0, p0, Ld0/n$a;->b:Lokhttp3/MediaType;
2019-07-24 11:27:29 +00:00
return-object v0
.end method
2019-12-06 03:29:40 +00:00
.method public writeTo(Lokio/BufferedSink;)V
2019-07-24 11:27:29 +00:00
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2020-02-20 19:33:18 +00:00
iget-object v0, p0, Ld0/n$a;->a:Lokhttp3/RequestBody;
2019-07-24 11:27:29 +00:00
invoke-virtual {v0, p1}, Lokhttp3/RequestBody;->writeTo(Lokio/BufferedSink;)V
return-void
.end method