public class KeyDataPair extends KeyValuePair
| Constructor and Description |
|---|
KeyDataPair(String key,
File file,
String contentType,
String charset)
Create an instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Gets the charset encoding for this file upload
|
String |
getContentType()
Gets the content type for this file upload
|
File |
getFile() |
getKey, toStringpublic File getFile()
java.io.File object if the file exists, else null.public String getCharset()
public String getContentType()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.