36 lines
837 B
Java
36 lines
837 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class CZw extends BrP {
|
|
private static final HashMap<Integer, String> e;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
e = hashMap;
|
|
hashMap.put(1, "Left");
|
|
hashMap.put(2, "Top");
|
|
hashMap.put(3, "Width");
|
|
hashMap.put(4, "Height");
|
|
hashMap.put(5, "Has Local Colour Table");
|
|
hashMap.put(6, "Is Interlaced");
|
|
hashMap.put(7, "Is Local Colour Table Sorted");
|
|
hashMap.put(8, "Local Colour Table Bits Per Pixel");
|
|
}
|
|
|
|
public CZw() {
|
|
a(new lDl(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return e;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "GIF Image";
|
|
}
|
|
}
|