public class FilePart extends FileLikePart
DEFAULT_CONTENT_TYPECHARSET_BYTES, CONTENT_DISPOSITION_BYTES, CONTENT_ID_BYTES, CONTENT_TRANSFER_ENCODING_BYTES, CONTENT_TYPE_BYTES, CRLF_BYTES, EXTRA_BYTES, FORM_DATA_DISPOSITION_TYPE_BYTES, NAME_BYTES, QUOTE_BYTE| Constructor and Description |
|---|
FilePart(String name,
File file) |
FilePart(String name,
File file,
String contentType) |
FilePart(String name,
File file,
String contentType,
Charset charset) |
FilePart(String name,
File file,
String contentType,
Charset charset,
String fileName) |
FilePart(String name,
File file,
String contentType,
Charset charset,
String fileName,
String contentId) |
FilePart(String name,
File file,
String contentType,
Charset charset,
String fileName,
String contentId,
String transferEncoding) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
getFileName, setFileName, toStringaddCustomHeader, getCharset, getContentId, getContentType, getCustomHeaders, getDispositionType, getName, getTransferEncoding, setCustomHeaders, setDispositionTypeCopyright © 2016. All Rights Reserved.