29 lines
582 B
Java
29 lines
582 B
Java
package o;
|
|
|
|
import java.io.IOException;
|
|
import java.io.InputStream;
|
|
import java.io.OutputStream;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.gna, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public interface InterfaceC15325gna {
|
|
void a() throws IOException;
|
|
|
|
InputStream b() throws IOException;
|
|
|
|
void b(int i);
|
|
|
|
void b(String str) throws IOException;
|
|
|
|
int c() throws IOException;
|
|
|
|
void c(String str, String str2) throws IOException;
|
|
|
|
InputStream d();
|
|
|
|
List e() throws IOException;
|
|
|
|
OutputStream h() throws IOException;
|
|
}
|