Package thredds.util

Class Constants


  • public class Constants
    extends Object
    Server side constants
    Since:
    6/6/14
    • Constructor Detail

      • Constants

        public Constants()
    • Method Detail

      • setContentDispositionValue

        public static String setContentDispositionValue​(String filename)
      • getContentLengthValue

        public static String getContentLengthValue​(File file)
        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

        public static String setContentDispositionValue​(String filename,
                                                        String suffix)