lphy.base.function.io.ReaderConst Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lphy-base Show documentation
Show all versions of lphy-base Show documentation
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";
}