Generated by
JDiff

Interface com.google.common.io.ByteProcessor

Changed Methods
T getResult() Changed from non-abstract to abstract. Return the result of processing all the bytes.
boolean processBytes(byte[], int, int) Changed from non-abstract to abstract. This method will be called for each chunk of bytes in an input stream.