正在查看: 迅 唔 v1.3.9 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 迅 唔 v1.3.9 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package m2;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.Arrays;
import k2.a;
import p3.q0;
import s1.d2;
import s1.q1;
public final class a implements a.b {
public final String f5790h;
public final String f5791i;
public final long f5792j;
public final long f5793k;
public final byte[] f5794l;
public int f5795m;
public static final q1 f5788n = new q1.b().g0("application/id3").G();
public static final q1 f5789o = new q1.b().g0("application/x-scte35").G();
public static final Parcelable.Creator<a> CREATOR = new C0101a();
public class C0101a implements Parcelable.Creator<a> {
@Override
public a createFromParcel(Parcel parcel) {
return new a(parcel);
}
@Override
public a[] newArray(int i8) {
return new a[i8];
}
}
public a(Parcel parcel) {
this.f5790h = (String) q0.j(parcel.readString());
this.f5791i = (String) q0.j(parcel.readString());
this.f5792j = parcel.readLong();
this.f5793k = parcel.readLong();
this.f5794l = (byte[]) q0.j(parcel.createByteArray());
}
public a(String str, String str2, long j8, long j9, byte[] bArr) {
this.f5790h = str;
this.f5791i = str2;
this.f5792j = j8;
this.f5793k = j9;
this.f5794l = bArr;
}
@Override
public q1 a() {
String str = this.f5790h;
str.hashCode();
switch (str) {
case "urn:scte:scte35:2014:bin":
return f5789o;
case "https://aomedia.org/emsg/ID3":
case "https://developer.apple.com/streaming/emsg-id3":
return f5788n;
default:
return null;
}
}
@Override
public int describeContents() {
return 0;
}
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.f5792j == aVar.f5792j && this.f5793k == aVar.f5793k && q0.c(this.f5790h, aVar.f5790h) && q0.c(this.f5791i, aVar.f5791i) && Arrays.equals(this.f5794l, aVar.f5794l);
}
@Override
public void f(d2.b bVar) {
k2.b.c(this, bVar);
}
@Override
public byte[] g() {
if (a() != null) {
return this.f5794l;
}
return null;
}
public int hashCode() {
if (this.f5795m == 0) {
String str = this.f5790h;
int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
String str2 = this.f5791i;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
long j8 = this.f5792j;
int i8 = (((hashCode + hashCode2) * 31) + ((int) (j8 ^ (j8 >>> 32)))) * 31;
long j9 = this.f5793k;
this.f5795m = ((i8 + ((int) (j9 ^ (j9 >>> 32)))) * 31) + Arrays.hashCode(this.f5794l);
}
return this.f5795m;
}
public String toString() {
return "EMSG: scheme=" + this.f5790h + ", id=" + this.f5793k + ", durationMs=" + this.f5792j + ", value=" + this.f5791i;
}
@Override
public void writeToParcel(Parcel parcel, int i8) {
parcel.writeString(this.f5790h);
parcel.writeString(this.f5791i);
parcel.writeLong(this.f5792j);
parcel.writeLong(this.f5793k);
parcel.writeByteArray(this.f5794l);
}
}