133 lines
3.5 KiB
Smali
133 lines
3.5 KiB
Smali
.class public final Lokhttp3/MultipartReader$Part;
|
|
.super Ljava/lang/Object;
|
|
.source "MultipartReader.kt"
|
|
|
|
# interfaces
|
|
.implements Ljava/io/Closeable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lokhttp3/MultipartReader;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "Part"
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/Metadata;
|
|
bv = {}
|
|
d1 = {
|
|
"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0003\n\u0002\u0018\u0002\n\u0002\u0008\u0006\u0018\u00002\u00020\u0001B\u0017\u0012\u0006\u0010\u0005\u001a\u00020\u0004\u0012\u0006\u0010\t\u001a\u00020\u0008\u00a2\u0006\u0004\u0008\u000c\u0010\rJ\t\u0010\u0003\u001a\u00020\u0002H\u0096\u0001R\u0017\u0010\u0005\u001a\u00020\u00048\u0007\u00a2\u0006\u000c\n\u0004\u0008\u0005\u0010\u0006\u001a\u0004\u0008\u0005\u0010\u0007R\u0017\u0010\t\u001a\u00020\u00088\u0007\u00a2\u0006\u000c\n\u0004\u0008\t\u0010\n\u001a\u0004\u0008\t\u0010\u000b\u00a8\u0006\u000e"
|
|
}
|
|
d2 = {
|
|
"Lokhttp3/MultipartReader$Part;",
|
|
"Ljava/io/Closeable;",
|
|
"Lkotlin/d1;",
|
|
"close",
|
|
"Lokhttp3/Headers;",
|
|
"headers",
|
|
"Lokhttp3/Headers;",
|
|
"()Lokhttp3/Headers;",
|
|
"Lzj/o;",
|
|
"body",
|
|
"Lzj/o;",
|
|
"()Lzj/o;",
|
|
"<init>",
|
|
"(Lokhttp3/Headers;Lzj/o;)V",
|
|
"okhttp"
|
|
}
|
|
k = 0x1
|
|
mv = {
|
|
0x1,
|
|
0x4,
|
|
0x0
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final body:Lzj/o;
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private final headers:Lokhttp3/Headers;
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lokhttp3/Headers;Lzj/o;)V
|
|
.locals 1
|
|
.param p1 # Lokhttp3/Headers;
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Lzj/o;
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
const-string v0, "headers"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/f0;->p(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const-string v0, "body"
|
|
|
|
invoke-static {p2, v0}, Lkotlin/jvm/internal/f0;->p(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lokhttp3/MultipartReader$Part;->headers:Lokhttp3/Headers;
|
|
|
|
iput-object p2, p0, Lokhttp3/MultipartReader$Part;->body:Lzj/o;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final body()Lzj/o;
|
|
.locals 1
|
|
.annotation build Lkotlin/jvm/JvmName;
|
|
name = "body"
|
|
.end annotation
|
|
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lokhttp3/MultipartReader$Part;->body:Lzj/o;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public close()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/MultipartReader$Part;->body:Lzj/o;
|
|
|
|
invoke-interface {v0}, Lzj/m0;->close()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final headers()Lokhttp3/Headers;
|
|
.locals 1
|
|
.annotation build Lkotlin/jvm/JvmName;
|
|
name = "headers"
|
|
.end annotation
|
|
|
|
.annotation build Lorg/jetbrains/annotations/NotNull;
|
|
.end annotation
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lokhttp3/MultipartReader$Part;->headers:Lokhttp3/Headers;
|
|
|
|
return-object v0
|
|
.end method
|