53 lines
1.4 KiB
Java
53 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
|
||
|
/* renamed from: o.Wvb, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C1154Wvb extends vhn {
|
||
|
private String e;
|
||
|
|
||
|
@Override // o.vhn
|
||
|
public final void d(C0629LEh c0629LEh) throws IOException {
|
||
|
}
|
||
|
|
||
|
public C1154Wvb(C16613piz c16613piz) {
|
||
|
super(c16613piz);
|
||
|
}
|
||
|
|
||
|
@Override // o.vhn, o.sAQ
|
||
|
public final boolean e(mEu meu) {
|
||
|
return meu.a.equals("data");
|
||
|
}
|
||
|
|
||
|
@Override // o.vhn, o.sAQ
|
||
|
public final boolean a(mEu meu) {
|
||
|
return qIL.d.containsKey(meu.a) || meu.a.equals("ilst");
|
||
|
}
|
||
|
|
||
|
@Override // o.vhn, o.sAQ
|
||
|
public final sAQ<?> a(mEu meu, byte[] bArr, TZV tzv) throws IOException {
|
||
|
if (bArr != null) {
|
||
|
C0629LEh c0629LEh = new C0629LEh(bArr);
|
||
|
if (meu.a.equals("data") && this.e != null) {
|
||
|
c(bArr, c0629LEh);
|
||
|
} else {
|
||
|
this.e = new String(c0629LEh.a(4));
|
||
|
}
|
||
|
} else {
|
||
|
this.e = qIL.d.containsKey(meu.a) ? meu.a : null;
|
||
|
}
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
@Override // o.vhn
|
||
|
public final void c(byte[] bArr, C0629LEh c0629LEh) throws IOException {
|
||
|
c0629LEh.b(8L);
|
||
|
String str = new String(c0629LEh.a(bArr.length - 8));
|
||
|
Integer num = qIL.d.get(this.e);
|
||
|
if (num != null) {
|
||
|
this.a.e(num.intValue(), str);
|
||
|
}
|
||
|
}
|
||
|
}
|