public class FilePart extends AbstractFilePart
DEFAULT_CONTENT_TYPE, DEFAULT_TRANSFER_ENCODING
CHARSET_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 |
---|---|
protected long |
getDataLength() |
File |
getFile() |
long |
write(WritableByteChannel target,
byte[] boundary) |
generateFileEnd, generateFileStart, getFileName, getStalledTime, setFileName, setStalledTime, toString, visitDispositionHeader
addCustomHeader, getCharset, getContentId, getContentType, getDispositionType, getName, getTransferEncoding, length, setDispositionType, visitContentIdHeader, visitContentTypeHeader, visitCustomHeaders, visitEnd, visitEndOfHeaders, visitStart, visitTransferEncodingHeader
public FilePart(String name, File file, String contentType, Charset charset, String fileName)
public FilePart(String name, File file, String contentType, Charset charset, String fileName, String contentId)
protected long getDataLength()
getDataLength
in class PartBase
public File getFile()
public long write(WritableByteChannel target, byte[] boundary) throws IOException
IOException
Copyright © 2015. All Rights Reserved.