apkfuckery/com.discord/smali/okhttp3/internal/framed/FrameReader.smali
2019-02-04 21:05:16 +01:00

32 lines
769 B
Smali

.class public interface abstract Lokhttp3/internal/framed/FrameReader;
.super Ljava/lang/Object;
.source "FrameReader.java"
# interfaces
.implements Ljava/io/Closeable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokhttp3/internal/framed/FrameReader$Handler;
}
.end annotation
# virtual methods
.method public abstract nextFrame(Lokhttp3/internal/framed/FrameReader$Handler;)Z
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract readConnectionPreface()V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method