Files
rr3-apk/smali_classes4/com/mbridge/msdk/thrid/okio/Sink.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

37 lines
867 B
Smali

.class public interface abstract Lcom/mbridge/msdk/thrid/okio/Sink;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/io/Closeable;
.implements Ljava/io/Flushable;
# virtual methods
.method public abstract close()V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract flush()V
.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
.method public abstract write(Lcom/mbridge/msdk/thrid/okio/Buffer;J)V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method