public class FileBody extends AbstractContentBody
MultipartEntityBuilder
Constructor and Description |
---|
FileBody(File file) |
FileBody(File file,
org.apache.hc.core5.http.ContentType contentType) |
FileBody(File file,
org.apache.hc.core5.http.ContentType contentType,
String filename) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength()
Returns the body descriptors content-length.
|
File |
getFile() |
String |
getFilename() |
InputStream |
getInputStream() |
void |
writeTo(OutputStream out) |
getCharset, getContentType, getMediaType, getMimeType, getSubType
public FileBody(File file)
public FileBody(File file, org.apache.hc.core5.http.ContentType contentType, String filename)
public FileBody(File file, org.apache.hc.core5.http.ContentType contentType)
public InputStream getInputStream() throws IOException
IOException
public void writeTo(OutputStream out) throws IOException
IOException
public long getContentLength()
ContentDescriptor
public String getFilename()
public File getFile()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.