package c.i.a.c.h2; import java.io.IOException; /* compiled from: DataSink */ public interface h { void a(l lVar) throws IOException; void close() throws IOException; void write(byte[] bArr, int i, int i2) throws IOException; }