Files
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

28 lines
658 B
Smali

.class public interface abstract Lcom/mbridge/msdk/thrid/okio/Source;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/io/Closeable;
# virtual methods
.method public abstract close()V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract read(Lcom/mbridge/msdk/thrid/okio/Buffer;J)J
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract timeout()Lcom/mbridge/msdk/thrid/okio/Timeout;
.end method