38 lines
910 B
Java
38 lines
910 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class vHO extends BrP {
|
|
private static final HashMap<Integer, String> c;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
c = hashMap;
|
|
hashMap.put(1, "Image Type");
|
|
hashMap.put(2, "Image Width");
|
|
hashMap.put(3, "Image Height");
|
|
hashMap.put(4, "Colour Palette Size");
|
|
hashMap.put(5, "Colour Planes");
|
|
hashMap.put(6, "Hotspot X");
|
|
hashMap.put(7, "Bits Per Pixel");
|
|
hashMap.put(8, "Hotspot Y");
|
|
hashMap.put(9, "Image Size Bytes");
|
|
hashMap.put(10, "Image Offset Bytes");
|
|
}
|
|
|
|
public vHO() {
|
|
a(new C0631LYm(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return c;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "ICO";
|
|
}
|
|
}
|