Weather/smali_classes4/okhttp3/internal/ws/RealWebSocket$Streams.smali
2021-05-10 10:13:34 +02:00

46 lines
1.0 KiB
Smali

.class public abstract Lokhttp3/internal/ws/RealWebSocket$Streams;
.super Ljava/lang/Object;
.source "RealWebSocket.java"
# interfaces
.implements Ljava/io/Closeable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/internal/ws/RealWebSocket;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "Streams"
.end annotation
# instance fields
.field public final c:Z
.field public final d:Lokio/BufferedSource;
.field public final e:Lokio/BufferedSink;
# direct methods
.method public constructor <init>(ZLokio/BufferedSource;Lokio/BufferedSink;)V
.locals 0
.line 576
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 577
iput-boolean p1, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->c:Z
.line 578
iput-object p2, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->d:Lokio/BufferedSource;
.line 579
iput-object p3, p0, Lokhttp3/internal/ws/RealWebSocket$Streams;->e:Lokio/BufferedSink;
return-void
.end method