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

29 lines
582 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}