16 lines
568 B
Java
16 lines
568 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;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zab implements zai<Long> {
|
|
@Override // com.google.android.gms.common.server.response.zai
|
|
public final /* synthetic */ Long zaa(FastParser fastParser, BufferedReader bufferedReader) throws FastParser.ParseException, IOException {
|
|
long zan;
|
|
zan = fastParser.zan(bufferedReader);
|
|
return Long.valueOf(zan);
|
|
}
|
|
}
|