11 lines
292 B
Java
11 lines
292 B
Java
package com.google.android.gms.internal.firebase_ml;
|
|
|
|
import java.io.IOException;
|
|
import java.io.InputStream;
|
|
import java.nio.charset.Charset;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface zzhu {
|
|
<T> T zza(InputStream inputStream, Charset charset, Class<T> cls) throws IOException;
|
|
}
|