apkfuckery/com.discord/smali/okhttp3/internal/framed/FrameReader.smali

33 lines
769 B
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.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