73 lines
1.7 KiB
Smali
73 lines
1.7 KiB
Smali
|
.class public final Lokhttp3/RequestBody$Companion$b;
|
||
|
.super Lokhttp3/RequestBody;
|
||
|
.source "RequestBody.kt"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||
|
value = Lokhttp3/RequestBody$Companion;->create(Lokio/ByteString;Lokhttp3/MediaType;)Lokhttp3/RequestBody;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x19
|
||
|
name = null
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field final synthetic btA:Lokio/ByteString;
|
||
|
|
||
|
.field final synthetic btz:Lokhttp3/MediaType;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>(Lokio/ByteString;Lokhttp3/MediaType;)V
|
||
|
.locals 0
|
||
|
|
||
|
iput-object p1, p0, Lokhttp3/RequestBody$Companion$b;->btA:Lokio/ByteString;
|
||
|
|
||
|
iput-object p2, p0, Lokhttp3/RequestBody$Companion$b;->btz:Lokhttp3/MediaType;
|
||
|
|
||
|
invoke-direct {p0}, Lokhttp3/RequestBody;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public final contentLength()J
|
||
|
.locals 2
|
||
|
|
||
|
iget-object v0, p0, Lokhttp3/RequestBody$Companion$b;->btA:Lokio/ByteString;
|
||
|
|
||
|
invoke-virtual {v0}, Lokio/ByteString;->Iw()I
|
||
|
|
||
|
move-result v0
|
||
|
|
||
|
int-to-long v0, v0
|
||
|
|
||
|
return-wide v0
|
||
|
.end method
|
||
|
|
||
|
.method public final contentType()Lokhttp3/MediaType;
|
||
|
.locals 1
|
||
|
|
||
|
iget-object v0, p0, Lokhttp3/RequestBody$Companion$b;->btz:Lokhttp3/MediaType;
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|
||
|
|
||
|
.method public final writeTo(Lokio/BufferedSink;)V
|
||
|
.locals 1
|
||
|
|
||
|
const-string v0, "sink"
|
||
|
|
||
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/l;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||
|
|
||
|
iget-object v0, p0, Lokhttp3/RequestBody$Companion$b;->btA:Lokio/ByteString;
|
||
|
|
||
|
invoke-interface {p1, v0}, Lokio/BufferedSink;->k(Lokio/ByteString;)Lokio/BufferedSink;
|
||
|
|
||
|
return-void
|
||
|
.end method
|