NetMirror.apk
Download file
package Z0;
import java.io.IOException;
import java.io.InputStream;
/* JADX INFO: loaded from: classes.dex */
public final class i {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final i f2810a = new i();
private i() {
}
public static final int a(InputStream inputStream, int i3, boolean z3) throws IOException {
int i4;
D2.h.f(inputStream, "stream");
int i5 = 0;
for (int i6 = 0; i6 < i3; i6++) {
int i7 = inputStream.read();
if (i7 == -1) {
throw new IOException("no more bytes");
}
if (z3) {
i4 = (i7 & 255) << (i6 * 8);
} else {
i5 <<= 8;
i4 = i7 & 255;
}
i5 |= i4;
}
return i5;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file