28 lines
469 B
Java
28 lines
469 B
Java
|
package o;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import o.dJF;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface CSi<T> {
|
||
|
int a(T t);
|
||
|
|
||
|
int b(T t);
|
||
|
|
||
|
T b();
|
||
|
|
||
|
void b(T t, MLB mlb) throws IOException;
|
||
|
|
||
|
void c(T t);
|
||
|
|
||
|
void c(T t, T t2);
|
||
|
|
||
|
void c(T t, InterfaceC16982srS interfaceC16982srS, C1458aEp c1458aEp) throws IOException;
|
||
|
|
||
|
boolean d(T t);
|
||
|
|
||
|
void e(T t, byte[] bArr, int i, int i2, dJF.Sts sts) throws IOException;
|
||
|
|
||
|
boolean e(T t, T t2);
|
||
|
}
|