- 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
57 lines
1.6 KiB
Java
57 lines
1.6 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.zg;
|
|
import java.nio.ByteBuffer;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class ek extends bk implements ol {
|
|
private final String n;
|
|
|
|
public abstract nl a(byte[] bArr, int i, boolean z);
|
|
|
|
@Override // com.applovin.impl.ol
|
|
public void a(long j) {
|
|
}
|
|
|
|
@Override // com.applovin.impl.bk
|
|
/* renamed from: b, reason: merged with bridge method [inline-methods] */
|
|
public final pl a(Throwable th) {
|
|
return new pl("Unexpected decode error", th);
|
|
}
|
|
|
|
@Override // com.applovin.impl.bk
|
|
/* renamed from: n, reason: merged with bridge method [inline-methods] */
|
|
public final rl f() {
|
|
return new rl();
|
|
}
|
|
|
|
@Override // com.applovin.impl.bk
|
|
/* renamed from: o, reason: merged with bridge method [inline-methods] */
|
|
public final sl g() {
|
|
return new fk(new zg.a() { // from class: com.applovin.impl.ek$$ExternalSyntheticLambda0
|
|
@Override // com.applovin.impl.zg.a
|
|
public final void a(zg zgVar) {
|
|
ek.this.a(zgVar);
|
|
}
|
|
});
|
|
}
|
|
|
|
public ek(String str) {
|
|
super(new rl[2], new sl[2]);
|
|
this.n = str;
|
|
a(1024);
|
|
}
|
|
|
|
@Override // com.applovin.impl.bk
|
|
public final pl a(rl rlVar, sl slVar, boolean z) {
|
|
try {
|
|
ByteBuffer byteBuffer = (ByteBuffer) b1.a(rlVar.c);
|
|
slVar.a(rlVar.f, a(byteBuffer.array(), byteBuffer.limit(), z), rlVar.j);
|
|
slVar.c(Integer.MIN_VALUE);
|
|
return null;
|
|
} catch (pl e) {
|
|
return e;
|
|
}
|
|
}
|
|
}
|