- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
573 B
Java
26 lines
573 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.io.IOException;
|
|
import java.io.OutputStream;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzgdp {
|
|
private final OutputStream zza;
|
|
|
|
private zzgdp(OutputStream outputStream) {
|
|
this.zza = outputStream;
|
|
}
|
|
|
|
public static zzgdp zzb(OutputStream outputStream) {
|
|
return new zzgdp(outputStream);
|
|
}
|
|
|
|
public final void zza(zzgsx zzgsxVar) throws IOException {
|
|
try {
|
|
zzgsxVar.zzaU(this.zza);
|
|
} finally {
|
|
this.zza.close();
|
|
}
|
|
}
|
|
}
|