Class LutReaderFactory


  • public class LutReaderFactory
    extends java.lang.Object
    Initializes the reader corresponding to the specified lookup table.
    Since:
    5.3
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LutReaderFactory

        public LutReaderFactory()
    • Method Detail

      • read

        public static LutReader read​(java.lang.String filePath,
                                     java.lang.String fileName)
                              throws java.lang.Exception
        Reads the specified file.
        Parameters:
        filePath - The path to the directory.
        fileName - The name of the file.
        Throws:
        java.lang.Exception
      • read

        public static LutReader read​(java.io.File file)
                              throws java.lang.Exception
        Reads the specified file.
        Parameters:
        file - The file to read.
        Throws:
        java.lang.Exception