Uses of Class
com.github.luben.zstd.util.Native
-
Packages that use Native Package Description com.github.luben.zstd.util -
-
Uses of Native in com.github.luben.zstd.util
Methods in com.github.luben.zstd.util that return Native Modifier and Type Method Description static Native
Native. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Native[]
Native. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-