package p138.p176.p177.p190.p210.p214;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.Arrays;
import p138.p176.p177.p190.p239.C4150;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ഺ.ވ.ބ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3744 extends AbstractC3749 {
    public static final Parcelable.Creator<C3744> CREATOR = new C3745();

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final String f11506;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final String f11507;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final String f11508;

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public final byte[] f11509;

    /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ഺ.ވ.ބ$֏, reason: contains not printable characters */
    public static class C3745 implements Parcelable.Creator<C3744> {
        @Override // android.os.Parcelable.Creator
        public C3744 createFromParcel(Parcel parcel) {
            return new C3744(parcel);
        }

        @Override // android.os.Parcelable.Creator
        public C3744[] newArray(int i) {
            return new C3744[i];
        }
    }

    public C3744(Parcel parcel) {
        super("GEOB");
        String string = parcel.readString();
        C4150.m6755(string);
        this.f11506 = string;
        this.f11507 = parcel.readString();
        this.f11508 = parcel.readString();
        this.f11509 = parcel.createByteArray();
    }

    public C3744(String str, String str2, String str3, byte[] bArr) {
        super("GEOB");
        this.f11506 = str;
        this.f11507 = str2;
        this.f11508 = str3;
        this.f11509 = bArr;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3744.class != obj.getClass()) {
            return false;
        }
        C3744 c3744 = (C3744) obj;
        return C4150.m6769((Object) this.f11506, (Object) c3744.f11506) && C4150.m6769((Object) this.f11507, (Object) c3744.f11507) && C4150.m6769((Object) this.f11508, (Object) c3744.f11508) && Arrays.equals(this.f11509, c3744.f11509);
    }

    public int hashCode() {
        String str = this.f11506;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f11507;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f11508;
        return Arrays.hashCode(this.f11509) + ((iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31);
    }

    @Override // p138.p176.p177.p190.p210.p214.AbstractC3749
    public String toString() {
        return this.f11515 + ": mimeType=" + this.f11506 + ", filename=" + this.f11507 + ", description=" + this.f11508;
    }

    @Override // android.os.Parcelable
    public void writeToParcel(Parcel parcel, int i) {
        parcel.writeString(this.f11506);
        parcel.writeString(this.f11507);
        parcel.writeString(this.f11508);
        parcel.writeByteArray(this.f11509);
    }
}
