NetMirror.apk
Download file
package a0;
import java.io.InputStream;
import java.io.OutputStream;
/* JADX INFO: loaded from: classes.dex */
public class l {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final int f2863a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final InterfaceC0207a f2864b;
public l(InterfaceC0207a interfaceC0207a) {
this(interfaceC0207a, 16384);
}
public long a(InputStream inputStream, OutputStream outputStream) {
byte[] bArr = (byte[]) this.f2864b.get(this.f2863a);
long j3 = 0;
while (true) {
try {
int i3 = inputStream.read(bArr, 0, this.f2863a);
if (i3 == -1) {
return j3;
}
outputStream.write(bArr, 0, i3);
j3 += (long) i3;
} finally {
this.f2864b.a(bArr);
}
}
}
public l(InterfaceC0207a interfaceC0207a, int i3) {
X.k.b(Boolean.valueOf(i3 > 0));
this.f2863a = i3;
this.f2864b = interfaceC0207a;
}
}
⚠️ 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