package defpackage;

import java.nio.charset.StandardCharsets;
import java.util.Arrays;

/* JADX INFO: renamed from: ᵞᵣᵬ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3018 implements InterfaceC2223 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f11611;

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final byte[] f11612;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final String f11613;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final int f11614;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f11615;

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final int f11616;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final int f11617;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final int f11618;

    public C3018(int i, String str, String str2, int i2, int i3, int i4, int i5, byte[] bArr) {
        this.f11615 = i;
        this.f11611 = str;
        this.f11613 = str2;
        this.f11617 = i2;
        this.f11614 = i3;
        this.f11618 = i4;
        this.f11616 = i5;
        this.f11612 = bArr;
    }

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public static C3018 m7103(C4545 c4545) {
        int iM9614 = c4545.m9614();
        String strM9132 = AbstractC4208.m9132(c4545.m9617(c4545.m9614(), StandardCharsets.US_ASCII));
        String strM9617 = c4545.m9617(c4545.m9614(), StandardCharsets.UTF_8);
        int iM96142 = c4545.m9614();
        int iM96143 = c4545.m9614();
        int iM96144 = c4545.m9614();
        int iM96145 = c4545.m9614();
        int iM96146 = c4545.m9614();
        byte[] bArr = new byte[iM96146];
        c4545.m9627(bArr, 0, iM96146);
        return new C3018(iM9614, strM9132, strM9617, iM96142, iM96143, iM96144, iM96145, bArr);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3018.class != obj.getClass()) {
            return false;
        }
        C3018 c3018 = (C3018) obj;
        return this.f11615 == c3018.f11615 && this.f11611.equals(c3018.f11611) && this.f11613.equals(c3018.f11613) && this.f11617 == c3018.f11617 && this.f11614 == c3018.f11614 && this.f11618 == c3018.f11618 && this.f11616 == c3018.f11616 && Arrays.equals(this.f11612, c3018.f11612);
    }

    public final int hashCode() {
        return Arrays.hashCode(this.f11612) + ((((((((AbstractC3589.m8108(AbstractC3589.m8108((527 + this.f11615) * 31, 31, this.f11611), 31, this.f11613) + this.f11617) * 31) + this.f11614) * 31) + this.f11618) * 31) + this.f11616) * 31);
    }

    public final String toString() {
        return "Picture: mimeType=" + this.f11611 + ", description=" + this.f11613;
    }

    @Override // defpackage.InterfaceC2223
    /* JADX INFO: renamed from: ʽˈˋ */
    public final void mo1756(C3376 c3376) {
        c3376.m7727(this.f11615, this.f11612);
    }

    @Override // defpackage.InterfaceC2223
    /* JADX INFO: renamed from: ːˏᵟᵯ */
    public final /* synthetic */ byte[] mo1757() {
        return null;
    }

    @Override // defpackage.InterfaceC2223
    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public final /* synthetic */ C5286 mo1758() {
        return null;
    }
}
