1 package net.jpountz.util;
3 import java.nio.file.Path;
5 import org.simantics.lz4.bundle.Activator;
8 * @author Tuukka Lehtonen
10 public class NativeParameters {
13 * The path that the native LZ4 dynamic library shall be extracted to if
14 * <code>non-null</code>. If <code>null</code>, class {@link Native} will pick a
15 * temporary file from the default temporary directory to extract the library
16 * to and load it from there.
19 * This value must be set before {@link Native#load(Path)} is invoked.
23 public static Path extractionPath;