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