28 lines
592 B
Java
28 lines
592 B
Java
|
package o;
|
||
|
|
||
|
import com.google.zxing.NotFoundException;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class BKc {
|
||
|
public final Bjk a;
|
||
|
public C8902dZc b;
|
||
|
|
||
|
public BKc(Bjk bjk) {
|
||
|
if (bjk == null) {
|
||
|
throw new IllegalArgumentException("Binarizer must be non-null.");
|
||
|
}
|
||
|
this.a = bjk;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
try {
|
||
|
if (this.b == null) {
|
||
|
this.b = this.a.d();
|
||
|
}
|
||
|
return this.b.toString();
|
||
|
} catch (NotFoundException unused) {
|
||
|
return "";
|
||
|
}
|
||
|
}
|
||
|
}
|