package com.google.common.io; import java.io.IOException; /* loaded from: classes2.dex */ public interface ByteProcessor { T getResult(); boolean processBytes(byte[] bArr, int i, int i2) throws IOException; }