Package org.jclouds.io
Class ByteSources
- java.lang.Object
-
- org.jclouds.io.ByteSources
-
@Beta public class ByteSources extends Object
functions related to or replacing those inByteSource
-
-
Constructor Summary
Constructors Constructor Description ByteSources()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.io.ByteSource
repeatingArrayByteSource(byte[] input)
Create an infinite-length ByteSource which repeats its input.
-