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

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

MD5 校验值:8d01bad3385dcb060a6dcda2da0f8dbf

反编译源代码说明

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


package i2;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.Arrays;
import s0.p;
import s0.v;
import s0.w;
import s0.x;
import v0.i0;

public final class a implements w.b {

    public final String f14539a;

    public final String f14540b;

    public final long f14541c;

    public final long f14542d;

    public final byte[] f14543e;

    private int f14544f;

    private static final p f14537o = new p.b().o0("application/id3").K();

    private static final p f14538p = new p.b().o0("application/x-scte35").K();
    public static final Parcelable.Creator<a> CREATOR = new C0210a();

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

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

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

    a(Parcel parcel) {
        this.f14539a = (String) i0.i(parcel.readString());
        this.f14540b = (String) i0.i(parcel.readString());
        this.f14541c = parcel.readLong();
        this.f14542d = parcel.readLong();
        this.f14543e = (byte[]) i0.i(parcel.createByteArray());
    }

    public a(String str, String str2, long j10, long j11, byte[] bArr) {
        this.f14539a = str;
        this.f14540b = str2;
        this.f14541c = j10;
        this.f14542d = j11;
        this.f14543e = bArr;
    }

    @Override
    public void B(v.b bVar) {
        x.c(this, bVar);
    }

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

    @Override
    public p e() {
        String str = this.f14539a;
        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 f14538p;
            case 1:
            case 2:
                return f14537o;
            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.f14541c == aVar.f14541c && this.f14542d == aVar.f14542d && i0.c(this.f14539a, aVar.f14539a) && i0.c(this.f14540b, aVar.f14540b) && Arrays.equals(this.f14543e, aVar.f14543e);
    }

    public int hashCode() {
        if (this.f14544f == 0) {
            String str = this.f14539a;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f14540b;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j10 = this.f14541c;
            int i10 = (((hashCode + hashCode2) * 31) + ((int) (j10 ^ (j10 >>> 32)))) * 31;
            long j11 = this.f14542d;
            this.f14544f = ((i10 + ((int) (j11 ^ (j11 >>> 32)))) * 31) + Arrays.hashCode(this.f14543e);
        }
        return this.f14544f;
    }

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

    public String toString() {
        return "EMSG: scheme=" + this.f14539a + ", id=" + this.f14542d + ", durationMs=" + this.f14541c + ", value=" + this.f14540b;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i10) {
        parcel.writeString(this.f14539a);
        parcel.writeString(this.f14540b);
        parcel.writeLong(this.f14541c);
        parcel.writeLong(this.f14542d);
        parcel.writeByteArray(this.f14543e);
    }
}