Class FormDataContentDisposition
java.lang.Object
com.blackberry.workspaces.sdk.api.FormDataContentDisposition
public class FormDataContentDisposition extends Object
Provides information about a file to be uploaded using an InputSteam.
-
Constructor Summary
Constructors Constructor Description FormDataContentDisposition(File file)
FormDataContentDisposition(String header)
FormDataContentDisposition(String documentName, String fileName)
-
Method Summary
-
Constructor Details
-
Method Details
-
getType
-
getFileName
-
getName
-
getSize
public long getSize() -
setFileName
-
setName
-
setSize
public void setSize(long size)
-