Class Zstd
- java.lang.Object
-
- io.netty.handler.codec.compression.Zstd
-
public final class Zstd extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Throwablecause()ReturnsThrowableof unavailability causestatic voidensureAvailability()Throws when zstd support is missing from the classpath or is unavailable on this platformstatic booleanisAvailable()
-
-
-
Method Detail
-
isAvailable
public static boolean isAvailable()
- Returns:
- true when zstd-jni is in the classpath and native library is available on this platform and could be loaded
-
ensureAvailability
public static void ensureAvailability() throws java.lang.ThrowableThrows when zstd support is missing from the classpath or is unavailable on this platform- Throws:
java.lang.Throwable- a ClassNotFoundException if zstd-jni is missing or a ExceptionInInitializerError if zstd native lib can't be loaded
-
cause
public static java.lang.Throwable cause()
ReturnsThrowableof unavailability cause
-
-