32 lines
833 B
Java
32 lines
833 B
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import java.io.OutputStream;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzaq implements zzbj {
|
||
|
private final OutputStream zza;
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzbj
|
||
|
public final void zzc(zzof zzofVar) throws IOException {
|
||
|
try {
|
||
|
zzofVar.zzp(this.zza);
|
||
|
} finally {
|
||
|
this.zza.close();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzbj
|
||
|
public final void zzb(zzmo zzmoVar) throws IOException {
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
public static zzbj zza(OutputStream outputStream) {
|
||
|
return new zzaq(outputStream);
|
||
|
}
|
||
|
|
||
|
private zzaq(OutputStream outputStream) {
|
||
|
this.zza = outputStream;
|
||
|
}
|
||
|
}
|