Rabbit-R1/original r1/smali/smali_classes3/okhttp3/MultipartReader$Part.smali
2024-05-21 17:08:36 -04:00

105 lines
2.8 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 = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0004\n\u0002\u0010\u0002\n\u0000\u0018\u00002\u00020\u0001B\u0015\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005\u00a2\u0006\u0002\u0010\u0006J\t\u0010\t\u001a\u00020\nH\u0096\u0001R\u0013\u0010\u0004\u001a\u00020\u00058\u0007\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u0004\u0010\u0007R\u0013\u0010\u0002\u001a\u00020\u00038\u0007\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u0002\u0010\u0008\u00a8\u0006\u000b"
}
d2 = {
"Lokhttp3/MultipartReader$Part;",
"Ljava/io/Closeable;",
"headers",
"Lokhttp3/Headers;",
"body",
"Lokio/BufferedSource;",
"(Lokhttp3/Headers;Lokio/BufferedSource;)V",
"()Lokio/BufferedSource;",
"()Lokhttp3/Headers;",
"close",
"",
"okhttp"
}
k = 0x1
mv = {
0x1,
0x4,
0x0
}
.end annotation
# instance fields
.field private final body:Lokio/BufferedSource;
.field private final headers:Lokhttp3/Headers;
# direct methods
.method public constructor <init>(Lokhttp3/Headers;Lokio/BufferedSource;)V
.locals 1
const-string v0, "headers"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
const-string v0, "body"
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 195
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:Lokio/BufferedSource;
return-void
.end method
# virtual methods
.method public final body()Lokio/BufferedSource;
.locals 0
iget-object p0, p0, Lokhttp3/MultipartReader$Part;->body:Lokio/BufferedSource;
return-object p0
.end method
.method public close()V
.locals 0
iget-object p0, p0, Lokhttp3/MultipartReader$Part;->body:Lokio/BufferedSource;
invoke-interface {p0}, Lokio/BufferedSource;->close()V
return-void
.end method
.method public final headers()Lokhttp3/Headers;
.locals 0
iget-object p0, p0, Lokhttp3/MultipartReader$Part;->headers:Lokhttp3/Headers;
return-object p0
.end method