org.jclouds.io
Class ByteSources

java.lang.Object
  extended by org.jclouds.io.ByteSources

@Beta
public class ByteSources
extends Object

functions related to or replacing those in ByteSource


Constructor Summary
ByteSources()
           
 
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
 

Constructor Detail

ByteSources

public ByteSources()
Method Detail

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.