34 lines
757 B
Java
34 lines
757 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class hVz extends BrP {
|
|
private static final HashMap<Integer, String> e;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
e = hashMap;
|
|
hashMap.put(5, "Version");
|
|
hashMap.put(7, "Resolution Units");
|
|
hashMap.put(10, "Y Resolution");
|
|
hashMap.put(8, "X Resolution");
|
|
hashMap.put(12, "Thumbnail Width Pixels");
|
|
hashMap.put(13, "Thumbnail Height Pixels");
|
|
}
|
|
|
|
public hVz() {
|
|
a(new vNB(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return e;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "JFIF";
|
|
}
|
|
}
|