Class MitabModelledSource

    • Constructor Detail

      • MitabModelledSource

        public MitabModelledSource()

        Constructor for MitabModelledSource.

      • MitabModelledSource

        public MitabModelledSource​(File file)
                            throws IOException

        Constructor for MitabModelledSource.

        Parameters:
        file - a File object.
        Throws:
        IOException - if any.
      • MitabModelledSource

        public MitabModelledSource​(InputStream input)

        Constructor for MitabModelledSource.

        Parameters:
        input - a InputStream object.
      • MitabModelledSource

        public MitabModelledSource​(Reader reader)

        Constructor for MitabModelledSource.

        Parameters:
        reader - a Reader object.