Class FileLikePart

    • Constructor Detail

      • FileLikePart

        protected FileLikePart​(String name,
                               String contentType,
                               Charset charset,
                               String fileName,
                               String contentId,
                               String transferEncoding)
        FilePart Constructor.
        Parameters:
        name - the name for this part
        contentType - the content type for this part, if null try to figure out from the fileName mime type
        charset - the charset encoding for this part
        fileName - the fileName
        contentId - the content id
        transferEncoding - the transfer encoding