29 lines
784 B
Java
29 lines
784 B
Java
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;
|
|
}
|