54 lines
1.5 KiB
Java
54 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* renamed from: o.gif, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public abstract class AbstractC15151gif implements InterfaceC15168giw {
|
|
private final InterfaceC15168giw delegate;
|
|
|
|
public AbstractC15151gif(InterfaceC15168giw interfaceC15168giw) {
|
|
C14957gcv.e(interfaceC15168giw, "");
|
|
this.delegate = interfaceC15168giw;
|
|
}
|
|
|
|
@Override // o.InterfaceC15168giw
|
|
public void write(C15111ghZ c15111ghZ, long j) throws IOException {
|
|
C14957gcv.e(c15111ghZ, "");
|
|
this.delegate.write(c15111ghZ, j);
|
|
}
|
|
|
|
@Override // o.InterfaceC15168giw, java.io.Flushable
|
|
public void flush() throws IOException {
|
|
this.delegate.flush();
|
|
}
|
|
|
|
@Override // o.InterfaceC15168giw
|
|
public C15139giB timeout() {
|
|
return this.delegate.timeout();
|
|
}
|
|
|
|
@Override // o.InterfaceC15168giw, java.io.Closeable, java.lang.AutoCloseable
|
|
public void close() throws IOException {
|
|
this.delegate.close();
|
|
}
|
|
|
|
public String toString() {
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append(getClass().getSimpleName());
|
|
sb.append('(');
|
|
sb.append(this.delegate);
|
|
sb.append(')');
|
|
return sb.toString();
|
|
}
|
|
|
|
public final InterfaceC15168giw delegate() {
|
|
return this.delegate;
|
|
}
|
|
|
|
/* renamed from: -deprecated_delegate, reason: not valid java name */
|
|
public final InterfaceC15168giw m355deprecated_delegate() {
|
|
return this.delegate;
|
|
}
|
|
}
|