APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:IntelliInvest
版本号:3.0.40
包名称:com.intelli.intelliinvest

MD5 校验值:8d01bad3385dcb060a6dcda2da0f8dbf

反编译源代码说明

a.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


package j6;

import android.os.Parcel;
import android.os.Parcelable;
import h6.a;
import java.util.Arrays;
import l7.n0;
import p5.f2;
import p5.s1;

public final class a implements a.b {

    public final String f16202a;

    public final String f16203b;

    public final long f16204c;

    public final long f16205d;

    public final byte[] f16206e;

    private int f16207f;

    private static final s1 f16200o = new s1.b().g0("application/id3").G();

    private static final s1 f16201p = new s1.b().g0("application/x-scte35").G();
    public static final Parcelable.Creator<a> CREATOR = new C0233a();

    class C0233a implements Parcelable.Creator<a> {
        C0233a() {
        }

        @Override
        public a createFromParcel(Parcel parcel) {
            return new a(parcel);
        }

        @Override
        public a[] newArray(int i10) {
            return new a[i10];
        }
    }

    a(Parcel parcel) {
        this.f16202a = (String) n0.j(parcel.readString());
        this.f16203b = (String) n0.j(parcel.readString());
        this.f16204c = parcel.readLong();
        this.f16205d = parcel.readLong();
        this.f16206e = (byte[]) n0.j(parcel.createByteArray());
    }

    public a(String str, String str2, long j10, long j11, byte[] bArr) {
        this.f16202a = str;
        this.f16203b = str2;
        this.f16204c = j10;
        this.f16205d = j11;
        this.f16206e = bArr;
    }

    @Override
    public int describeContents() {
        return 0;
    }

    @Override
    public s1 e() {
        String str = this.f16202a;
        str.hashCode();
        char c10 = 65535;
        switch (str.hashCode()) {
            case -1468477611:
                if (str.equals("urn:scte:scte35:2014:bin")) {
                    c10 = 0;
                    break;
                }
                break;
            case -795945609:
                if (str.equals("https://aomedia.org/emsg/ID3")) {
                    c10 = 1;
                    break;
                }
                break;
            case 1303648457:
                if (str.equals("https://developer.apple.com/streaming/emsg-id3")) {
                    c10 = 2;
                    break;
                }
                break;
        }
        switch (c10) {
            case 0:
                return f16201p;
            case 1:
            case 2:
                return f16200o;
            default:
                return null;
        }
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || a.class != obj.getClass()) {
            return false;
        }
        a aVar = (a) obj;
        return this.f16204c == aVar.f16204c && this.f16205d == aVar.f16205d && n0.c(this.f16202a, aVar.f16202a) && n0.c(this.f16203b, aVar.f16203b) && Arrays.equals(this.f16206e, aVar.f16206e);
    }

    public int hashCode() {
        if (this.f16207f == 0) {
            String str = this.f16202a;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f16203b;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j10 = this.f16204c;
            int i10 = (((hashCode + hashCode2) * 31) + ((int) (j10 ^ (j10 >>> 32)))) * 31;
            long j11 = this.f16205d;
            this.f16207f = ((i10 + ((int) (j11 ^ (j11 >>> 32)))) * 31) + Arrays.hashCode(this.f16206e);
        }
        return this.f16207f;
    }

    @Override
    public byte[] k() {
        if (e() != null) {
            return this.f16206e;
        }
        return null;
    }

    public String toString() {
        return "EMSG: scheme=" + this.f16202a + ", id=" + this.f16205d + ", durationMs=" + this.f16204c + ", value=" + this.f16203b;
    }

    @Override
    public void u(f2.b bVar) {
        h6.b.c(this, bVar);
    }

    @Override
    public void writeToParcel(Parcel parcel, int i10) {
        parcel.writeString(this.f16202a);
        parcel.writeString(this.f16203b);
        parcel.writeLong(this.f16204c);
        parcel.writeLong(this.f16205d);
        parcel.writeByteArray(this.f16206e);
    }
}