public class InputStreamKnownSizeBody
extends org.apache.http.entity.mime.content.InputStreamBody
Constructor and Description |
---|
InputStreamKnownSizeBody(InputStream in,
long lenght,
String mimeType,
String filename)
Constructor with length.
|
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
getFilename, getInputStream, getTransferEncoding, writeTo
public InputStreamKnownSizeBody(InputStream in, long lenght, String mimeType, String filename)
in
- input streamlenght
- lengthmimeType
- mime typefilename
- file nameCopyright © 2010–2015 Ifremer. All rights reserved.