jclouds/core
Andrew Gaul c85d728a5a Handle short reads in BasePayloadSlicer
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.
2014-07-02 15:30:15 -07:00
..
src Handle short reads in BasePayloadSlicer 2014-07-02 15:30:15 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-05-27 10:26:42 -07:00