19 lines
482 B
Java
19 lines
482 B
Java
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;
|
|
}
|