ByteSource
; and in many cases there's also a better way@Deprecated
public class InputStreamSupplier
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static InputStreamSupplier |
fromString(java.lang.String input)
Deprecated.
|
java.io.InputStream |
getInput()
Deprecated.
|
static InputStreamSupplier |
of(java.io.InputStream target)
Deprecated.
|
public java.io.InputStream getInput() throws java.io.IOException
java.io.IOException
public static InputStreamSupplier of(java.io.InputStream target)
public static InputStreamSupplier fromString(java.lang.String input)