17 lines
601 B
Java
17 lines
601 B
Java
|
package com.google.android.gms.common.server.response;
|
||
|
|
||
|
import com.google.android.gms.common.server.response.FastParser;
|
||
|
import java.io.BufferedReader;
|
||
|
import java.io.IOException;
|
||
|
import java.math.BigInteger;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
final class zag implements zai<BigInteger> {
|
||
|
@Override // com.google.android.gms.common.server.response.zai
|
||
|
public final /* synthetic */ BigInteger zaa(FastParser fastParser, BufferedReader bufferedReader) throws FastParser.ParseException, IOException {
|
||
|
BigInteger zat;
|
||
|
zat = fastParser.zat(bufferedReader);
|
||
|
return zat;
|
||
|
}
|
||
|
}
|