@Beta public class InputSuppliers extends Object
InputSupplier| Constructor and Description |
|---|
InputSuppliers() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.io.InputSupplier<? extends InputStream> |
of(InputStream in) |
static com.google.common.io.InputSupplier<? extends InputStream> |
of(String in) |
public static com.google.common.io.InputSupplier<? extends InputStream> of(InputStream in)
public static com.google.common.io.InputSupplier<? extends InputStream> of(String in)
Copyright © 2009-2013 jclouds. All Rights Reserved.