what-the-bank/sources/o/InterfaceC15168giw.java

19 lines
482 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.io.Closeable;
import java.io.Flushable;
import java.io.IOException;
/* renamed from: o.giw, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC15168giw extends Closeable, Flushable {
@Override // java.io.Closeable, java.lang.AutoCloseable
void close() throws IOException;
void flush() throws IOException;
C15139giB timeout();
void write(C15111ghZ c15111ghZ, long j) throws IOException;
}