discord-jadx/app/src/main/java/c/i/a/c/a2/i.java

34 lines
753 B
Java

package c.i.a.c.a2;
import c.i.a.c.h2.f;
import java.io.IOException;
/* compiled from: ExtractorInput */
public interface i extends f {
long b();
boolean c(byte[] bArr, int i, int i2, boolean z2) throws IOException;
boolean e(byte[] bArr, int i, int i2, boolean z2) throws IOException;
long f();
void g(int i) throws IOException;
long getPosition();
int h(int i) throws IOException;
int i(byte[] bArr, int i, int i2) throws IOException;
void k();
void l(int i) throws IOException;
void n(byte[] bArr, int i, int i2) throws IOException;
@Override // c.i.a.c.h2.f
int read(byte[] bArr, int i, int i2) throws IOException;
void readFully(byte[] bArr, int i, int i2) throws IOException;
}