package M;

/* JADX INFO: loaded from: classes.dex */
public class e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final long f1389a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final int f1390b;

    public e(long j2, int i2) {
        this.f1389a = j2;
        this.f1390b = i2;
    }

    public long a() {
        return this.f1389a;
    }

    public int b() {
        return this.f1390b;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || getClass() != obj.getClass()) {
            return false;
        }
        e eVar = (e) obj;
        return this.f1389a == eVar.f1389a && this.f1390b == eVar.f1390b;
    }

    public int hashCode() {
        long j2 = this.f1389a;
        return (((int) (j2 ^ (j2 >>> 32))) * 31) + this.f1390b;
    }

    public String toString() {
        return "ImageObjectFragment [imageBufferOfs=" + this.f1389a + ", imagePacketSize=" + this.f1390b + "]";
    }
}
