apkfuckery/com.discord/smali_classes2/r0/m$a.smali

77 lines
1.6 KiB
Smali
Raw Normal View History

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