apkfuckery/com.discord/smali/okhttp3/RequestBody$2.smali

84 lines
1.8 KiB
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.class final Lokhttp3/RequestBody$2;
.super Lokhttp3/RequestBody;
2019-02-04 20:29:01 +00:00
.source "RequestBody.java"
2019-02-04 20:05:16 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lokhttp3/RequestBody;->create(Lokhttp3/MediaType;[BII)Lokhttp3/RequestBody;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-02-04 20:08:30 +00:00
accessFlags = 0x0
2019-02-04 20:05:16 +00:00
name = null
.end annotation
# instance fields
2019-05-08 22:54:48 +00:00
.field final synthetic bpT:Lokhttp3/MediaType;
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
.field final synthetic bpV:I
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
.field final synthetic bpW:[B
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
.field final synthetic bpX:I
2019-02-04 20:05:16 +00:00
# direct methods
.method constructor <init>(Lokhttp3/MediaType;I[BI)V
.locals 0
2019-05-08 22:54:48 +00:00
iput-object p1, p0, Lokhttp3/RequestBody$2;->bpT:Lokhttp3/MediaType;
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
iput p2, p0, Lokhttp3/RequestBody$2;->bpV:I
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
iput-object p3, p0, Lokhttp3/RequestBody$2;->bpW:[B
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
iput p4, p0, Lokhttp3/RequestBody$2;->bpX:I
2019-02-04 20:05:16 +00:00
invoke-direct {p0}, Lokhttp3/RequestBody;-><init>()V
return-void
.end method
# virtual methods
2019-02-04 20:08:30 +00:00
.method public final contentLength()J
2019-02-04 20:05:16 +00:00
.locals 2
2019-05-08 22:54:48 +00:00
iget v0, p0, Lokhttp3/RequestBody$2;->bpV:I
2019-02-04 20:05:16 +00:00
int-to-long v0, v0
return-wide v0
.end method
2019-02-04 20:08:30 +00:00
.method public final contentType()Lokhttp3/MediaType;
2019-02-04 20:05:16 +00:00
.locals 1
2019-02-04 20:08:30 +00:00
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
iget-object v0, p0, Lokhttp3/RequestBody$2;->bpT:Lokhttp3/MediaType;
2019-02-04 20:05:16 +00:00
return-object v0
.end method
2019-02-04 20:08:30 +00:00
.method public final writeTo(Lokio/BufferedSink;)V
2019-02-04 20:05:16 +00:00
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2019-05-08 22:54:48 +00:00
iget-object v0, p0, Lokhttp3/RequestBody$2;->bpW:[B
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
iget v1, p0, Lokhttp3/RequestBody$2;->bpX:I
2019-02-04 20:05:16 +00:00
2019-05-08 22:54:48 +00:00
iget v2, p0, Lokhttp3/RequestBody$2;->bpV:I
2019-02-04 20:05:16 +00:00
2019-02-21 02:16:48 +00:00
invoke-interface {p1, v0, v1, v2}, Lokio/BufferedSink;->n([BII)Lokio/BufferedSink;
2019-02-04 20:05:16 +00:00
return-void
.end method