public class FormDataContentDisposition extends Object
Constructor and Description |
---|
FormDataContentDisposition(File file) |
FormDataContentDisposition(String header) |
FormDataContentDisposition(String documentName,
String fileName) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
String |
getName() |
long |
getSize() |
String |
getType() |
void |
setFileName(String fileName) |
void |
setName(String name) |
void |
setSize(long size) |
Copyright © 2019. All rights reserved.