discord-jadx/app/src/main/java/f0/v.java

18 lines
414 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package f0;
2021-10-19 23:48:27 +00:00
import java.io.Closeable;
import java.io.Flushable;
2021-06-27 20:44:35 +00:00
import java.io.IOException;
2021-10-19 23:48:27 +00:00
/* compiled from: Sink.kt */
public interface v extends Closeable, Flushable {
@Override // java.io.Closeable, java.lang.AutoCloseable
void close() throws IOException;
2021-06-27 20:44:35 +00:00
2021-10-19 23:48:27 +00:00
@Override // java.io.Flushable
void flush() throws IOException;
2021-06-27 20:44:35 +00:00
2021-10-19 23:48:27 +00:00
y timeout();
2021-06-27 20:44:35 +00:00
2021-10-19 23:48:27 +00:00
void write(e eVar, long j) throws IOException;
2021-06-27 20:44:35 +00:00
}