public class InputStreamContent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE |
| Constructor and Description |
|---|
InputStreamContent(java.io.InputStream source) |
InputStreamContent(java.io.InputStream source,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
java.lang.String |
asString() |
int |
transferTo(java.io.OutputStream output) |
public static final int DEFAULT_BUFFER_SIZE
public InputStreamContent(java.io.InputStream source)
public InputStreamContent(java.io.InputStream source,
int bufferSize)
public int transferTo(java.io.OutputStream output)
throws java.io.UncheckedIOException
java.io.UncheckedIOExceptionpublic byte[] asBytes()
throws java.io.UncheckedIOException
java.io.UncheckedIOExceptionpublic java.lang.String asString()
throws java.io.UncheckedIOException
java.io.UncheckedIOExceptionCopyright © 2019. All Rights Reserved.