> @@ -130,6 +130,68 @@ private Payload createPayload(byte[] content) {
>
> }
>
> + private static class ByteSourcePayloadIterator implements
> Iterable<Payload>, Iterator<Payload> {
> + private final ByteSource input;
> + private final ContentMetadata metaData;Done for both classes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/501/files#r22498420
