discord-jadx/app/src/main/java/c/f/d/g/g.java

18 lines
405 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.f.d.g;
import com.facebook.common.memory.PooledByteBuffer;
import java.io.IOException;
import java.io.InputStream;
/* compiled from: PooledByteBufferFactory */
public interface g {
i a();
PooledByteBuffer b(byte[] bArr);
PooledByteBuffer c(InputStream inputStream) throws IOException;
PooledByteBuffer d(InputStream inputStream, int i) throws IOException;
i e(int i);
}