38 lines
1.0 KiB
Java
38 lines
1.0 KiB
Java
|
package o;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import java.io.InputStream;
|
||
|
import org.spongycastle.asn1.ASN1ParsingException;
|
||
|
|
||
|
/* renamed from: o.gou, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class C15381gou implements InterfaceC15313gnA {
|
||
|
private C15359goT a;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public C15381gou(C15359goT c15359goT) {
|
||
|
this.a = c15359goT;
|
||
|
}
|
||
|
|
||
|
@Override // o.goR
|
||
|
public final AbstractC15315gnE a() throws IOException {
|
||
|
return new C15382gov(this.a.a());
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15342gnr
|
||
|
public final AbstractC15315gnE i() {
|
||
|
try {
|
||
|
return a();
|
||
|
} catch (IOException e) {
|
||
|
StringBuilder sb = new StringBuilder("IOException converting stream to byte array: ");
|
||
|
sb.append(e.getMessage());
|
||
|
throw new ASN1ParsingException(sb.toString(), e);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15313gnA
|
||
|
public final InputStream e() {
|
||
|
return this.a;
|
||
|
}
|
||
|
}
|