org.jclouds.io
Class InputSuppliers

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

@Beta
public class InputSuppliers
extends Object

functions related to or replacing those in InputSupplier

Author:
Adrian Cole

Constructor Summary
InputSuppliers()
           
 
Method Summary
static com.google.common.io.InputSupplier<? extends InputStream> of(InputStream in)
           
static com.google.common.io.InputSupplier<? extends InputStream> of(String in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputSuppliers

public InputSuppliers()
Method Detail

of

public static com.google.common.io.InputSupplier<? extends InputStream> of(InputStream in)

of

public static com.google.common.io.InputSupplier<? extends InputStream> of(String in)


Copyright © 2009-2013 jclouds. All Rights Reserved.