package g0; import java.io.Closeable; import java.io.Flushable; import java.io.IOException; /* compiled from: Sink.kt */ public interface v extends Closeable, Flushable { @Override // java.io.Closeable, java.lang.AutoCloseable void close() throws IOException; @Override // java.io.Flushable void flush() throws IOException; y timeout(); void write(e eVar, long j) throws IOException; }