org.jclouds.io
Class ByteSources
java.lang.Object
org.jclouds.io.ByteSources
@Beta
public class ByteSources
- extends Object
functions related to or replacing those in ByteSource
|
Method Summary |
static com.google.common.io.ByteSource |
repeatingArrayByteSource(byte[] input)
Create an infinite-length ByteSource which repeats its input. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteSources
public ByteSources()
repeatingArrayByteSource
public static com.google.common.io.ByteSource repeatingArrayByteSource(byte[] input)
- Create an infinite-length ByteSource which repeats its input.
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.