Files
rr3-apk/smali_classes5/okio/BufferedSink.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

55 lines
1.2 KiB
Smali

.class public interface abstract Lokio/BufferedSink;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lokio/Sink;
.implements Ljava/nio/channels/WritableByteChannel;
# virtual methods
.method public abstract buffer()Lokio/Buffer;
.end method
.method public abstract emit()Lokio/BufferedSink;
.end method
.method public abstract emitCompleteSegments()Lokio/BufferedSink;
.end method
.method public abstract flush()V
.end method
.method public abstract write(Lokio/ByteString;)Lokio/BufferedSink;
.end method
.method public abstract write([B)Lokio/BufferedSink;
.end method
.method public abstract write([BII)Lokio/BufferedSink;
.end method
.method public abstract writeAll(Lokio/Source;)J
.end method
.method public abstract writeByte(I)Lokio/BufferedSink;
.end method
.method public abstract writeDecimalLong(J)Lokio/BufferedSink;
.end method
.method public abstract writeHexadecimalUnsignedLong(J)Lokio/BufferedSink;
.end method
.method public abstract writeInt(I)Lokio/BufferedSink;
.end method
.method public abstract writeIntLe(I)Lokio/BufferedSink;
.end method
.method public abstract writeShort(I)Lokio/BufferedSink;
.end method
.method public abstract writeUtf8(Ljava/lang/String;)Lokio/BufferedSink;
.end method