Class JP2KReader

    • Constructor Detail

      • JP2KReader

        public JP2KReader​(Object input)
                   throws IOException
        Creates a new instance of a JP2KReader. I assume nothing about file extension.
        Parameters:
        input - Source object for which we want to build an JP2KReader.
        Throws:
        IOException
      • JP2KReader

        public JP2KReader​(Object source,
                          Hints uHints)
                   throws IOException
        Constructor.
        Parameters:
        source - The source object.
        Throws:
        IOException