Interface CoffeePickParsersType

    • Method Detail

      • createParser

        CoffeePickParserType createParser​(CoffeePickParseRequest request)
                                   throws java.io.IOException,
                                          ParserFailureException
        Create a parser for the given request, probing the input stream for format information and using this to pick an appropriate parser implementation.
        Parameters:
        request - The parse request
        Returns:
        A parser
        Throws:
        java.io.IOException - On I/O errors
        ParserFailureException - On parser configuration problems, such as there not being an available provider for the detected format