package x9; /* loaded from: classes2.dex */ public abstract class h implements u { /* renamed from: a, reason: collision with root package name */ private final u f15477a; public h(u uVar) { if (uVar == null) { throw new IllegalArgumentException("delegate == null"); } this.f15477a = uVar; } @Override // x9.u public w b() { return this.f15477a.b(); } @Override // x9.u, java.io.Closeable, java.lang.AutoCloseable public void close() { this.f15477a.close(); } @Override // x9.u, java.io.Flushable public void flush() { this.f15477a.flush(); } @Override // x9.u public void t0(c cVar, long j10) { this.f15477a.t0(cVar, j10); } public String toString() { return getClass().getSimpleName() + "(" + this.f15477a.toString() + ")"; } }