Package thredds.util
Class Constants
java.lang.Object
thredds.util.Constants
Server side constants
- Since:
- 6/6/14
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetContentLengthValue(File file) Get the string value of the file size in bytesstatic StringsetContentDispositionValue(String filename) static StringsetContentDispositionValue(String filename, String suffix)
-
Field Details
-
Content_Disposition
- See Also:
-
Content_Length
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
setContentDispositionValue
-
getContentLengthValue
Get the string value of the file size in bytes- Parameters:
file- file object of the file to be returned- Returns:
- size of file in bytes
-
setContentDispositionValue
-