package f2;

import androidx.annotation.Nullable;
import java.util.Arrays;
import java.util.Objects;

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

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

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

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

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

    public f(String str, String str2, String str3, byte[] bArr) {
        super("GEOB");
        this.f25913b = str;
        this.f25914c = str2;
        this.f25915d = str3;
        this.f25916e = bArr;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || f.class != obj.getClass()) {
            return false;
        }
        f fVar = (f) obj;
        return Objects.equals(this.f25913b, fVar.f25913b) && Objects.equals(this.f25914c, fVar.f25914c) && Objects.equals(this.f25915d, fVar.f25915d) && Arrays.equals(this.f25916e, fVar.f25916e);
    }

    public final int hashCode() {
        String str = this.f25913b;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f25914c;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f25915d;
        return Arrays.hashCode(this.f25916e) + ((iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31);
    }

    @Override // f2.j
    public final String toString() {
        return this.f25921a + ": mimeType=" + this.f25913b + ", filename=" + this.f25914c + ", description=" + this.f25915d;
    }
}
