30 lines
616 B
Java
30 lines
616 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.xYZ, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C17531xYZ extends BrP {
|
|
private static final HashMap<Integer, String> e;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
e = hashMap;
|
|
hashMap.put(0, "JPEG Comment");
|
|
}
|
|
|
|
public C17531xYZ() {
|
|
a(new xGc(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return e;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "JpegComment";
|
|
}
|
|
}
|