Generated by
JDiff

Class com.google.common.io.ByteStreams

Added Methods
long copy(InputStream, OutputSupplier<?, extends, OutputStream>) Opens an output stream from the supplier, copies all bytes from the input to the output, and closes the output stream.