22 lines
516 B
Java
22 lines
516 B
Java
|
package o;
|
||
|
|
||
|
import com.google.common.base.Preconditions;
|
||
|
import java.io.InputStream;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class Dfn extends Mdl {
|
||
|
private final InputStream a;
|
||
|
private long b;
|
||
|
|
||
|
public Dfn(String str, InputStream inputStream) {
|
||
|
super(str);
|
||
|
this.b = -1L;
|
||
|
this.a = (InputStream) Preconditions.checkNotNull(inputStream);
|
||
|
}
|
||
|
|
||
|
@Override // o.Mdl
|
||
|
public final /* bridge */ /* synthetic */ Mdl b(String str) {
|
||
|
return (Dfn) super.b(str);
|
||
|
}
|
||
|
}
|