mirror of https://github.com/apache/jclouds.git
c85d728a5a
InputStream.read(byte[]) can return fewer bytes than requested. Specifically ByteSource.concat(ByteSource...).openStream() will only return as many bytes as the current ByteSource contains. Thus ByteSources.repeatingArrayByteSource(byte[]).openStream() will return short reads despite the byte[] input from its single logical InputStream. |
||
---|---|---|
.. | ||
src | ||
pom.xml |