what-the-bank/sources/com/google/android/gms/internal/firebase_ml/zzfq.java

29 lines
784 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.firebase_ml;
import java.io.IOException;
import java.io.InputStream;
/* loaded from: classes2.dex */
public abstract class zzfq {
public void disconnect() throws IOException {
}
public abstract InputStream getContent() throws IOException;
public abstract String getContentEncoding() throws IOException;
public abstract String getContentType() throws IOException;
public abstract String getReasonPhrase() throws IOException;
public abstract int getStatusCode() throws IOException;
public abstract String zzab(int i) throws IOException;
public abstract String zzac(int i) throws IOException;
public abstract String zzfp() throws IOException;
public abstract int zzfq() throws IOException;
}