Generated by
JDiff

Class com.google.common.io.ByteStreams

Removed Methods
ByteSource asByteSource(byte[]) Returns a new ByteSource that reads bytes from the given byte array.
long getChecksum(InputSupplier<?, extends, InputStream>, Checksum) Computes and returns the checksum value for a supplied input stream.
 

Added Methods
ByteSink asByteSink(OutputSupplier<? extends OutputStream>) Returns a view of the given {@code OutputStream} supplier as a {@code ByteSink}.
ByteSource asByteSource(InputSupplier<? extends InputStream>) Returns a view of the given {@code InputStream} supplier as a {@code ByteSource}.
ByteSource asByteSource(byte[]) Returns a new ByteSource that reads bytes from the given byte array.