57 lines
1.2 KiB
Java
57 lines
1.2 KiB
Java
|
package com.facetec.sdk;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import java.util.concurrent.TimeUnit;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class mw extends nh {
|
||
|
public nh d;
|
||
|
|
||
|
public mw(nh nhVar) {
|
||
|
if (nhVar == null) {
|
||
|
throw new IllegalArgumentException("delegate == null");
|
||
|
}
|
||
|
this.d = nhVar;
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final nh a(long j, TimeUnit timeUnit) {
|
||
|
return this.d.a(j, timeUnit);
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final long a_() {
|
||
|
return this.d.a_();
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final boolean b_() {
|
||
|
return this.d.b_();
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final long c_() {
|
||
|
return this.d.c_();
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final nh e(long j) {
|
||
|
return this.d.e(j);
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final nh e_() {
|
||
|
return this.d.e_();
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final nh d_() {
|
||
|
return this.d.d_();
|
||
|
}
|
||
|
|
||
|
@Override // com.facetec.sdk.nh
|
||
|
public final void f() throws IOException {
|
||
|
this.d.f();
|
||
|
}
|
||
|
}
|