Package org.jclouds.io
Class ByteSources
java.lang.Object
org.jclouds.io.ByteSources
functions related to or replacing those in
ByteSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.io.ByteSource
repeatingArrayByteSource
(byte[] input) Create an infinite-length ByteSource which repeats its input.
-
Constructor Details
-
ByteSources
public ByteSources()
-
-
Method Details
-
repeatingArrayByteSource
public static com.google.common.io.ByteSource repeatingArrayByteSource(byte[] input) Create an infinite-length ByteSource which repeats its input.
-