You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
401 B
22 lines
401 B
2 years ago
|
.class public interface abstract Lokio/Sink;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Sink.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Ljava/io/Closeable;
|
||
|
.implements Ljava/io/Flushable;
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract close()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract flush()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract timeout()Lokio/Timeout;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract write(Lokio/Buffer;J)V
|
||
|
.end method
|