57 lines
1.3 KiB
Java
57 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.io.IOException;
|
|
import java.util.concurrent.TimeUnit;
|
|
|
|
/* renamed from: o.gin, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public class C15159gin extends C15139giB {
|
|
public C15139giB c;
|
|
|
|
public C15159gin(C15139giB c15139giB) {
|
|
C14957gcv.e(c15139giB, "");
|
|
this.c = c15139giB;
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public C15139giB timeout(long j, TimeUnit timeUnit) {
|
|
C14957gcv.e(timeUnit, "");
|
|
return this.c.timeout(j, timeUnit);
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public long timeoutNanos() {
|
|
return this.c.timeoutNanos();
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public boolean hasDeadline() {
|
|
return this.c.hasDeadline();
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public long deadlineNanoTime() {
|
|
return this.c.deadlineNanoTime();
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public C15139giB deadlineNanoTime(long j) {
|
|
return this.c.deadlineNanoTime(j);
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public C15139giB clearTimeout() {
|
|
return this.c.clearTimeout();
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public C15139giB clearDeadline() {
|
|
return this.c.clearDeadline();
|
|
}
|
|
|
|
@Override // o.C15139giB
|
|
public void throwIfReached() throws IOException {
|
|
this.c.throwIfReached();
|
|
}
|
|
}
|