public class LutReaderFactory
extends java.lang.Object
| Constructor and Description | 
|---|
LutReaderFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static LutReader | 
read(java.io.File file)
Reads the specified file. 
 | 
static LutReader | 
read(java.lang.String filePath,
    java.lang.String fileName)
Reads the specified file. 
 | 
public static LutReader read(java.lang.String filePath, java.lang.String fileName) throws java.lang.Exception
filePath - The path to the directory.fileName - The name of the file.java.lang.Exceptionpublic static LutReader read(java.io.File file) throws java.lang.Exception
file - The file to read.java.lang.Exception