Weather/smali_classes4/okhttp3/RequestBody$1.smali
2021-05-10 10:13:34 +02:00

68 lines
1.4 KiB
Smali

.class final Lokhttp3/RequestBody$1;
.super Lokhttp3/RequestBody;
.source "RequestBody.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/RequestBody;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
# instance fields
.field final synthetic a:Lokhttp3/MediaType;
.field final synthetic b:Lokio/ByteString;
# virtual methods
.method public a()Lokhttp3/MediaType;
.locals 1
.line 63
iget-object v0, p0, Lokhttp3/RequestBody$1;->a:Lokhttp3/MediaType;
return-object v0
.end method
.method public a(Lokio/BufferedSink;)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 71
iget-object v0, p0, Lokhttp3/RequestBody$1;->b:Lokio/ByteString;
invoke-interface {p1, v0}, Lokio/BufferedSink;->write(Lokio/ByteString;)Lokio/BufferedSink;
return-void
.end method
.method public b()J
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 67
iget-object v0, p0, Lokhttp3/RequestBody$1;->b:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->size()I
move-result v0
int-to-long v0, v0
return-wide v0
.end method