- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
99 lines
2.1 KiB
Java
99 lines
2.1 KiB
Java
package com.fyber.inneractive.sdk.protobuf;
|
|
|
|
import java.io.IOException;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface c1 {
|
|
int a() throws IOException;
|
|
|
|
<T> T a(d1<T> d1Var, q qVar) throws IOException;
|
|
|
|
@Deprecated
|
|
<T> T a(Class<T> cls, q qVar) throws IOException;
|
|
|
|
void a(List<Integer> list) throws IOException;
|
|
|
|
@Deprecated
|
|
<T> void a(List<T> list, d1<T> d1Var, q qVar) throws IOException;
|
|
|
|
int b();
|
|
|
|
@Deprecated
|
|
<T> T b(d1<T> d1Var, q qVar) throws IOException;
|
|
|
|
<T> T b(Class<T> cls, q qVar) throws IOException;
|
|
|
|
void b(List<Integer> list) throws IOException;
|
|
|
|
<T> void b(List<T> list, d1<T> d1Var, q qVar) throws IOException;
|
|
|
|
long c() throws IOException;
|
|
|
|
void c(List<Integer> list) throws IOException;
|
|
|
|
long d() throws IOException;
|
|
|
|
void d(List<Long> list) throws IOException;
|
|
|
|
int e() throws IOException;
|
|
|
|
void e(List<Integer> list) throws IOException;
|
|
|
|
long f() throws IOException;
|
|
|
|
void f(List<Boolean> list) throws IOException;
|
|
|
|
String g() throws IOException;
|
|
|
|
void g(List<String> list) throws IOException;
|
|
|
|
int h() throws IOException;
|
|
|
|
void h(List<Long> list) throws IOException;
|
|
|
|
void i(List<String> list) throws IOException;
|
|
|
|
boolean i() throws IOException;
|
|
|
|
int j() throws IOException;
|
|
|
|
void j(List<Float> list) throws IOException;
|
|
|
|
long k() throws IOException;
|
|
|
|
void k(List<i> list) throws IOException;
|
|
|
|
i l() throws IOException;
|
|
|
|
void l(List<Double> list) throws IOException;
|
|
|
|
int m() throws IOException;
|
|
|
|
void m(List<Long> list) throws IOException;
|
|
|
|
void n() throws IOException;
|
|
|
|
void n(List<Long> list) throws IOException;
|
|
|
|
int o() throws IOException;
|
|
|
|
void o(List<Long> list) throws IOException;
|
|
|
|
void p(List<Integer> list) throws IOException;
|
|
|
|
boolean p() throws IOException;
|
|
|
|
int q() throws IOException;
|
|
|
|
void q(List<Integer> list) throws IOException;
|
|
|
|
long r() throws IOException;
|
|
|
|
double readDouble() throws IOException;
|
|
|
|
float readFloat() throws IOException;
|
|
|
|
String s() throws IOException;
|
|
}
|