33 lines
957 B
Java
33 lines
957 B
Java
package o;
|
|
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
|
|
/* renamed from: o.bqT, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
final class C5300bqT extends nYp {
|
|
private final short c;
|
|
private final short e;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C5300bqT(nYp nyp, int i, int i2) {
|
|
super(nyp);
|
|
this.e = (short) i;
|
|
this.c = (short) i2;
|
|
}
|
|
|
|
@Override // o.nYp
|
|
final void c(C17416wdP c17416wdP, byte[] bArr) {
|
|
c17416wdP.e(this.e, this.c);
|
|
}
|
|
|
|
public final String toString() {
|
|
short s = this.e;
|
|
short s2 = this.c;
|
|
StringBuilder sb = new StringBuilder(UrlTreeKt.configurablePathSegmentPrefix);
|
|
int i = 1 << s2;
|
|
sb.append(Integer.toBinaryString((s & (i - 1)) | i | (1 << this.c)).substring(1));
|
|
sb.append(UrlTreeKt.configurablePathSegmentSuffixChar);
|
|
return sb.toString();
|
|
}
|
|
}
|