Interface TokenizerFactory

    • Method Detail

      • createTokenizer

        ConfigurationTokenizer createTokenizer​(String source,
                                               InputStream in,
                                               String encoding)
                                        throws Exception
        Parameters:
        source - Name of the source, this is used only for exceptions
        in - Input stream to read from
        encoding - character encoding to use
        Returns:
        the created tokenizer
        Throws:
        Exception