Generated by
JDiff

Class com.google.common.io.ByteSource

Changed Constructors
ByteSource(void) Change of visibility from public to protected.
Constructor for use by subclasses.
 

Added Methods
T read(ByteProcessor<T>) Reads the contents of this byte source using the given {@code processor} to process bytes as they are read.