package com.google.android.play.core.assetpacks; import java.util.Arrays; /* loaded from: classes2.dex */ final class m0 extends h3 { /* renamed from: a, reason: collision with root package name */ private final String f4976a; /* renamed from: b, reason: collision with root package name */ private final long f4977b; /* renamed from: c, reason: collision with root package name */ private final int f4978c; /* renamed from: d, reason: collision with root package name */ private final boolean f4979d; /* renamed from: e, reason: collision with root package name */ private final boolean f4980e; /* renamed from: f, reason: collision with root package name */ private final byte[] f4981f; m0(String str, long j10, int i10, boolean z10, boolean z11, byte[] bArr) { this.f4976a = str; this.f4977b = j10; this.f4978c = i10; this.f4979d = z10; this.f4980e = z11; this.f4981f = bArr; } @Override // com.google.android.play.core.assetpacks.h3 final int a() { return this.f4978c; } @Override // com.google.android.play.core.assetpacks.h3 final long b() { return this.f4977b; } @Override // com.google.android.play.core.assetpacks.h3 final String c() { return this.f4976a; } @Override // com.google.android.play.core.assetpacks.h3 final boolean d() { return this.f4980e; } @Override // com.google.android.play.core.assetpacks.h3 final boolean e() { return this.f4979d; } public final boolean equals(Object obj) { if (obj == this) { return true; } if (obj instanceof h3) { h3 h3Var = (h3) obj; String str = this.f4976a; if (str != null ? str.equals(h3Var.c()) : h3Var.c() == null) { if (this.f4977b == h3Var.b() && this.f4978c == h3Var.a() && this.f4979d == h3Var.e() && this.f4980e == h3Var.d()) { if (Arrays.equals(this.f4981f, h3Var instanceof m0 ? ((m0) h3Var).f4981f : h3Var.f())) { return true; } } } } return false; } @Override // com.google.android.play.core.assetpacks.h3 final byte[] f() { return this.f4981f; } public final int hashCode() { String str = this.f4976a; int hashCode = str == null ? 0 : str.hashCode(); long j10 = this.f4977b; int i10 = this.f4978c; return ((((((((((hashCode ^ 1000003) * 1000003) ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003) ^ i10) * 1000003) ^ (true != this.f4979d ? 1237 : 1231)) * 1000003) ^ (true == this.f4980e ? 1231 : 1237)) * 1000003) ^ Arrays.hashCode(this.f4981f); } public final String toString() { return "ZipEntry{name=" + this.f4976a + ", size=" + this.f4977b + ", compressionMethod=" + this.f4978c + ", isPartial=" + this.f4979d + ", isEndOfArchive=" + this.f4980e + ", headerBytes=" + Arrays.toString(this.f4981f) + "}"; } }