|
package o;
|
|
|
|
import java.io.IOException;
|
|
import java.io.OutputStream;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public interface grQ {
|
|
int e(String str, OutputStream outputStream) throws IOException;
|
|
|
|
int e(byte[] bArr, int i, int i2, OutputStream outputStream) throws IOException;
|
|
}
|