29 lines
702 B
Java
29 lines
702 B
Java
package o;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* renamed from: o.gof, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C15366gof implements InterfaceC15319gnM {
|
|
private gnK a;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C15366gof(gnK gnk) {
|
|
this.a = gnk;
|
|
}
|
|
|
|
@Override // o.goR
|
|
public final AbstractC15315gnE a() throws IOException {
|
|
return new gnX(this.a.a());
|
|
}
|
|
|
|
@Override // o.InterfaceC15342gnr
|
|
public final AbstractC15315gnE i() {
|
|
try {
|
|
return a();
|
|
} catch (IOException e) {
|
|
throw new IllegalStateException(e.getMessage());
|
|
}
|
|
}
|
|
}
|