Class Brotli


  • public final class Brotli
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Throwable cause()
      Returns Throwable of unavailability cause
      static void ensureAvailability()
      Throws when brotli support is missing from the classpath or is unavailable on this platform
      static boolean isAvailable()  
      • Methods inherited from class java.lang.Object

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

      • isAvailable

        public static boolean isAvailable()
        Returns:
        true when brotli4j is in the classpath and native library is available on this platform and could be loaded
      • ensureAvailability

        public static void ensureAvailability()
                                       throws java.lang.Throwable
        Throws when brotli support is missing from the classpath or is unavailable on this platform
        Throws:
        java.lang.Throwable - a ClassNotFoundException if brotli4j is missing or a UnsatisfiedLinkError if brotli4j native lib can't be loaded
      • cause

        public static java.lang.Throwable cause()
        Returns Throwable of unavailability cause