apkfuckery/com.discord/smali_classes2/okhttp3/RequestBody$Companion$c.smali

81 lines
1.8 KiB
Smali
Raw Normal View History

2019-11-28 00:30:53 +00:00
.class public final Lokhttp3/RequestBody$Companion$c;
.super Lokhttp3/RequestBody;
.source "RequestBody.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lokhttp3/RequestBody$Companion;->create([BLokhttp3/MediaType;II)Lokhttp3/RequestBody;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
# instance fields
2019-12-06 01:29:57 +00:00
.field final synthetic btG:Lokhttp3/MediaType;
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
.field final synthetic btI:[B
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
.field final synthetic btJ:I
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
.field final synthetic btK:I
2019-11-28 00:30:53 +00:00
# direct methods
.method constructor <init>([BLokhttp3/MediaType;II)V
.locals 0
2019-12-06 01:29:57 +00:00
iput-object p1, p0, Lokhttp3/RequestBody$Companion$c;->btI:[B
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
iput-object p2, p0, Lokhttp3/RequestBody$Companion$c;->btG:Lokhttp3/MediaType;
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
iput p3, p0, Lokhttp3/RequestBody$Companion$c;->btJ:I
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
iput p4, p0, Lokhttp3/RequestBody$Companion$c;->btK:I
2019-11-28 00:30:53 +00:00
invoke-direct {p0}, Lokhttp3/RequestBody;-><init>()V
return-void
.end method
# virtual methods
.method public final contentLength()J
.locals 2
2019-12-06 01:29:57 +00:00
iget v0, p0, Lokhttp3/RequestBody$Companion$c;->btJ:I
2019-11-28 00:30:53 +00:00
int-to-long v0, v0
return-wide v0
.end method
.method public final contentType()Lokhttp3/MediaType;
.locals 1
2019-12-06 01:29:57 +00:00
iget-object v0, p0, Lokhttp3/RequestBody$Companion$c;->btG:Lokhttp3/MediaType;
2019-11-28 00:30:53 +00:00
return-object v0
.end method
.method public final writeTo(Lokio/BufferedSink;)V
.locals 3
const-string v0, "sink"
invoke-static {p1, v0}, Lkotlin/jvm/internal/l;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-12-06 01:29:57 +00:00
iget-object v0, p0, Lokhttp3/RequestBody$Companion$c;->btI:[B
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
iget v1, p0, Lokhttp3/RequestBody$Companion$c;->btK:I
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
iget v2, p0, Lokhttp3/RequestBody$Companion$c;->btJ:I
2019-11-28 00:30:53 +00:00
2019-12-06 01:29:57 +00:00
invoke-interface {p1, v0, v1, v2}, Lokio/BufferedSink;->l([BII)Lokio/BufferedSink;
2019-11-28 00:30:53 +00:00
return-void
.end method