public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
Content_Disposition |
static String |
Content_Length |
| Constructor and Description |
|---|
Constants() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getContentLengthValue(File file)
Get the string value of the file size in bytes
|
static String |
setContentDispositionValue(String filename) |
static String |
setContentDispositionValue(String filename,
String suffix) |
public static final String Content_Disposition
public static final String Content_Length