34 lines
832 B
Java
34 lines
832 B
Java
package o;
|
|
|
|
import com.adobe.internal.xmp.XMPException;
|
|
|
|
/* renamed from: o.frw, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C14373frw extends Iqo {
|
|
public int e;
|
|
|
|
@Override // o.Iqo
|
|
protected final int d() {
|
|
return -1610604558;
|
|
}
|
|
|
|
public C14373frw() {
|
|
this.e = -1;
|
|
}
|
|
|
|
public C14373frw(int i) throws XMPException {
|
|
super(i);
|
|
this.e = -1;
|
|
}
|
|
|
|
@Override // o.Iqo
|
|
public final void c(int i) throws XMPException {
|
|
if ((i & 256) > 0 && (i & 512) > 0) {
|
|
throw new XMPException("IsStruct and IsArray options are mutually exclusive", 103);
|
|
}
|
|
if ((i & 2) > 0 && (i & 768) > 0) {
|
|
throw new XMPException("Structs and arrays can't have \"value\" options", 103);
|
|
}
|
|
}
|
|
}
|