NetMirror.apk
Download file
package b3;
/* JADX INFO: loaded from: classes.dex */
public abstract class o implements F {
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final F f5647b;
public o(F f3) {
D2.h.f(f3, "delegate");
this.f5647b = f3;
}
public final F a() {
return this.f5647b;
}
@Override // b3.F, java.io.Closeable, java.lang.AutoCloseable
public void close() {
this.f5647b.close();
}
@Override // b3.F
public G f() {
return this.f5647b.f();
}
public String toString() {
return getClass().getSimpleName() + '(' + this.f5647b + ')';
}
@Override // b3.F
public long x(i iVar, long j3) {
D2.h.f(iVar, "sink");
return this.f5647b.x(iVar, j3);
}
}
⚠️ 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