21 lines
509 B
Java
21 lines
509 B
Java
|
package o;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import java.io.OutputStream;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class goK extends gnG {
|
||
|
public goK(OutputStream outputStream) {
|
||
|
super(outputStream);
|
||
|
}
|
||
|
|
||
|
@Override // o.gnG
|
||
|
public final void d(InterfaceC15342gnr interfaceC15342gnr) throws IOException {
|
||
|
if (interfaceC15342gnr != null) {
|
||
|
interfaceC15342gnr.i().f().c(this);
|
||
|
return;
|
||
|
}
|
||
|
throw new IOException("null object detected");
|
||
|
}
|
||
|
}
|