package h1;

import java.util.Arrays;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class f extends i {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f13329b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f13330c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f13331d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final byte[] f13332e;

    public f(String str, String str2, String str3, byte[] bArr) {
        super("GEOB");
        this.f13329b = str;
        this.f13330c = str2;
        this.f13331d = str3;
        this.f13332e = bArr;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && f.class == obj.getClass()) {
            f fVar = (f) obj;
            if (Objects.equals(this.f13329b, fVar.f13329b) && Objects.equals(this.f13330c, fVar.f13330c) && Objects.equals(this.f13331d, fVar.f13331d) && Arrays.equals(this.f13332e, fVar.f13332e)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        String str = this.f13329b;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f13330c;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f13331d;
        return Arrays.hashCode(this.f13332e) + ((iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31);
    }

    @Override // h1.i
    public final String toString() {
        return this.f13338a + ": mimeType=" + this.f13329b + ", filename=" + this.f13330c + ", description=" + this.f13331d;
    }
}
