discord-jadx/app/src/main/java/okio/BufferedSink.java

40 lines
983 B
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package okio;
2021-11-02 06:38:17 +00:00
import g0.e;
import g0.v;
import g0.x;
2021-08-03 07:33:18 +00:00
import java.io.IOException;
import java.nio.channels.WritableByteChannel;
/* compiled from: BufferedSink.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes3.dex */
2021-08-03 07:33:18 +00:00
public interface BufferedSink extends v, WritableByteChannel {
2021-11-05 06:48:17 +00:00
BufferedSink F() throws IOException;
2021-08-03 07:33:18 +00:00
2021-11-05 06:48:17 +00:00
BufferedSink K(String str) throws IOException;
2021-08-03 07:33:18 +00:00
2021-11-05 06:48:17 +00:00
long P(x xVar) throws IOException;
2021-08-03 07:33:18 +00:00
2021-11-05 06:48:17 +00:00
BufferedSink Q(long j) throws IOException;
2021-08-03 07:33:18 +00:00
2021-11-05 06:48:17 +00:00
BufferedSink e0(ByteString byteString) throws IOException;
2021-08-03 07:33:18 +00:00
2021-11-02 06:38:17 +00:00
@Override // g0.v, java.io.Flushable
2021-08-03 07:33:18 +00:00
void flush() throws IOException;
e g();
2021-11-05 06:48:17 +00:00
BufferedSink p() throws IOException;
2021-08-03 07:33:18 +00:00
2021-11-05 06:48:17 +00:00
BufferedSink q0(long j) throws IOException;
2021-08-03 07:33:18 +00:00
BufferedSink write(byte[] bArr) throws IOException;
BufferedSink write(byte[] bArr, int i, int i2) throws IOException;
BufferedSink writeByte(int i) throws IOException;
BufferedSink writeInt(int i) throws IOException;
BufferedSink writeShort(int i) throws IOException;
}