50 lines
1.3 KiB
Java
50 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.google.common.primitives.UnsignedBytes;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class AIu extends AbstractC13394fZQ {
|
|
private final AbstractC13394fZQ e;
|
|
|
|
@Override // o.AbstractC13394fZQ
|
|
public final byte[] a(int i, byte[] bArr) {
|
|
byte[] a = this.e.a(i, bArr);
|
|
int i2 = this.a;
|
|
for (int i3 = 0; i3 < i2; i3++) {
|
|
a[i3] = (byte) (255 - (a[i3] & UnsignedBytes.MAX_VALUE));
|
|
}
|
|
return a;
|
|
}
|
|
|
|
@Override // o.AbstractC13394fZQ
|
|
public final byte[] c() {
|
|
byte[] c = this.e.c();
|
|
int i = this.a * this.c;
|
|
byte[] bArr = new byte[i];
|
|
for (int i2 = 0; i2 < i; i2++) {
|
|
bArr[i2] = (byte) (255 - (c[i2] & UnsignedBytes.MAX_VALUE));
|
|
}
|
|
return bArr;
|
|
}
|
|
|
|
@Override // o.AbstractC13394fZQ
|
|
public final boolean b() {
|
|
return this.e.b();
|
|
}
|
|
|
|
@Override // o.AbstractC13394fZQ
|
|
public final AbstractC13394fZQ e() {
|
|
return new AIu(this.e.e());
|
|
}
|
|
|
|
public AIu(AbstractC13394fZQ abstractC13394fZQ) {
|
|
super(abstractC13394fZQ.a, abstractC13394fZQ.c);
|
|
this.e = abstractC13394fZQ;
|
|
}
|
|
|
|
@Override // o.AbstractC13394fZQ
|
|
public final AbstractC13394fZQ a() {
|
|
return this.e;
|
|
}
|
|
}
|