20 lines
470 B
Java
20 lines
470 B
Java
package com.google.android.gms.internal.firebase_ml;
|
|
|
|
import java.io.IOException;
|
|
import java.io.OutputStream;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zzha extends OutputStream {
|
|
long zzyj;
|
|
|
|
@Override // java.io.OutputStream
|
|
public final void write(byte[] bArr, int i, int i2) throws IOException {
|
|
this.zzyj += i2;
|
|
}
|
|
|
|
@Override // java.io.OutputStream
|
|
public final void write(int i) throws IOException {
|
|
this.zzyj++;
|
|
}
|
|
}
|