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 |
|---|---|
void |
transferTo(java.io.OutputStream output) |
public static final int DEFAULT_BUFFER_SIZE
Copyright © 2017. All Rights Reserved.