public class InputStreamBodyWithLength
extends org.apache.http.entity.mime.content.InputStreamBody
Constructor and Description |
---|
InputStreamBodyWithLength(InputStream in,
String filename,
long length) |
InputStreamBodyWithLength(InputStream in,
String mimeType,
String filename,
long length) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
getFilename, getInputStream, getTransferEncoding, writeTo
public InputStreamBodyWithLength(InputStream in, String filename, long length)
public InputStreamBodyWithLength(InputStream in, String mimeType, String filename, long length)
Copyright © 2014 OpenEstate. All rights reserved.