Package thredds.util

Class Constants

java.lang.Object
thredds.util.Constants

public class Constants extends Object
Server side constants
Since:
6/6/14
  • Field Details

  • Constructor Details

    • Constants

      public Constants()
  • Method Details

    • 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)