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