Class BrotliUtils


  • public class BrotliUtils
    extends java.lang.Object
    Utility code for the Brotli compression format.
    Since:
    1.14
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BrotliUtils()
      Private constructor to prevent instantiation of this utility class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isBrotliCompressionAvailable()
      Are the classes required to support Brotli compression available?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BrotliUtils

        private BrotliUtils()
        Private constructor to prevent instantiation of this utility class.
    • Method Detail

      • isBrotliCompressionAvailable

        public static boolean isBrotliCompressionAvailable()
        Are the classes required to support Brotli compression available?
        Returns:
        true if the classes required to support Brotli compression are available