Generated by
JDiff

Class com.google.common.io.ByteSource

Added interface com.google.common.io.InputSupplier.

Added Methods
ByteSource concat(ByteSource[]) Concatenates multiple ByteSource instances into a single source.
ByteSource concat(Iterable<? extends ByteSource>) Concatenates multiple ByteSource instances into a single source.
ByteSource concat(Iterator<? extends ByteSource>) Concatenates multiple ByteSource instances into a single source.
ByteSource empty() Returns an immutable ByteSource that contains no bytes.
InputStream getInput() This method is a temporary method provided for easing migration from suppliers to sources and sinks.
boolean isEmpty() Returns whether the source has zero bytes.
ByteSource wrap(byte[]) Returns a view of the given byte array as a ByteSource.
 

Changed Methods
InputStream openBufferedStream() Change in return type from BufferedInputStream to InputStream.
Opens a new buffered InputStream for reading from this source.