- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
66 lines
2.0 KiB
Java
66 lines
2.0 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.exoplayer2.common.base.Charsets;
|
|
import java.nio.ByteBuffer;
|
|
import java.util.ArrayList;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class a1 extends dk {
|
|
@Override // com.applovin.impl.dk
|
|
public bf a(ef efVar, ByteBuffer byteBuffer) {
|
|
if (byteBuffer.get() == 116) {
|
|
return a(new ah(byteBuffer.array(), byteBuffer.limit()));
|
|
}
|
|
return null;
|
|
}
|
|
|
|
private static bf a(ah ahVar) {
|
|
ahVar.d(12);
|
|
int d = (ahVar.d() + ahVar.a(12)) - 4;
|
|
ahVar.d(44);
|
|
ahVar.e(ahVar.a(12));
|
|
ahVar.d(16);
|
|
ArrayList arrayList = new ArrayList();
|
|
while (true) {
|
|
String str = null;
|
|
if (ahVar.d() >= d) {
|
|
break;
|
|
}
|
|
ahVar.d(48);
|
|
int a = ahVar.a(8);
|
|
ahVar.d(4);
|
|
int d2 = ahVar.d() + ahVar.a(12);
|
|
String str2 = null;
|
|
while (ahVar.d() < d2) {
|
|
int a2 = ahVar.a(8);
|
|
int a3 = ahVar.a(8);
|
|
int d3 = ahVar.d() + a3;
|
|
if (a2 == 2) {
|
|
int a4 = ahVar.a(16);
|
|
ahVar.d(8);
|
|
if (a4 == 3) {
|
|
while (ahVar.d() < d3) {
|
|
str = ahVar.a(ahVar.a(8), Charsets.US_ASCII);
|
|
int a5 = ahVar.a(8);
|
|
for (int i = 0; i < a5; i++) {
|
|
ahVar.e(ahVar.a(8));
|
|
}
|
|
}
|
|
}
|
|
} else if (a2 == 21) {
|
|
str2 = ahVar.a(a3, Charsets.US_ASCII);
|
|
}
|
|
ahVar.c(d3 * 8);
|
|
}
|
|
ahVar.c(d2 * 8);
|
|
if (str != null && str2 != null) {
|
|
arrayList.add(new z0(a, str + str2));
|
|
}
|
|
}
|
|
if (arrayList.isEmpty()) {
|
|
return null;
|
|
}
|
|
return new bf(arrayList);
|
|
}
|
|
}
|