All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lphy.base.function.io.ReaderConst Maven / Gradle / Ivy

Go to download

The standard library of LPhy, which contains the required generative distributions and basic functions.

The newest version!
package lphy.base.function.io;

public final class ReaderConst {

    public static final String FILE = "file";
    public static final String OPTIONS = "options";
    public static final String FORMAT = "format";

    public static final String DELIMITER = "sep";
    public static final String HEADER = "header";

    public static final String ALIGNMENT = "alignment";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy