66 lines
1.5 KiB
Java
66 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.HashMap;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class LnT extends BrP {
|
|
private static final HashMap<Integer, String> d;
|
|
List<RVV> a = new ArrayList(4);
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
d = hashMap;
|
|
hashMap.put(1, "Number of Tables");
|
|
}
|
|
|
|
public LnT() {
|
|
a(new QMR(this));
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static class RVV {
|
|
private final int a;
|
|
private final HBt b;
|
|
private final byte[] c;
|
|
private final byte[] d;
|
|
private final int e;
|
|
|
|
public RVV(HBt hBt, int i, byte[] bArr, byte[] bArr2) {
|
|
if (bArr == null) {
|
|
throw new IllegalArgumentException("lengthBytes cannot be null.");
|
|
}
|
|
if (bArr2 == null) {
|
|
throw new IllegalArgumentException("valueBytes cannot be null.");
|
|
}
|
|
this.b = hBt;
|
|
this.e = i;
|
|
this.c = bArr;
|
|
this.d = bArr2;
|
|
this.a = bArr2.length + 17;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public enum HBt {
|
|
DC,
|
|
AC,
|
|
UNKNOWN;
|
|
|
|
public static HBt d(int i) {
|
|
return i != 0 ? i != 1 ? UNKNOWN : AC : DC;
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return d;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Huffman";
|
|
}
|
|
}
|