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

39 lines
951 B
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package okio;
2021-10-15 06:18:26 +00:00
import f0.e;
import f0.v;
import f0.x;
2021-08-03 07:33:18 +00:00
import java.io.IOException;
import java.nio.channels.WritableByteChannel;
/* compiled from: BufferedSink.kt */
public interface BufferedSink extends v, WritableByteChannel {
BufferedSink E() throws IOException;
BufferedSink J(String str) throws IOException;
long O(x xVar) throws IOException;
BufferedSink P(long j) throws IOException;
BufferedSink d0(ByteString byteString) throws IOException;
2021-10-15 06:18:26 +00:00
@Override // f0.v, java.io.Flushable
2021-08-03 07:33:18 +00:00
void flush() throws IOException;
e g();
BufferedSink o() throws IOException;
BufferedSink p0(long j) throws IOException;
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;
}