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