Class LazyLineParser

    • Constructor Detail

      • LazyLineParser

        public LazyLineParser()
    • Method Detail

      • parseHeader

        public Header parseHeader​(CharArrayBuffer buffer)
                           throws ParseException
        Description copied from interface: LineParser
        Parses a header from the given buffer containing one line of text. The full header line is expected here. Header continuation lines must be joined by the caller before invoking this method.
        Specified by:
        parseHeader in interface LineParser
        Overrides:
        parseHeader in class BasicLineParser
        Parameters:
        buffer - a buffer holding the full header line.
        Returns:
        the header in the argument buffer.
        Throws:
        ParseException - in case of a parse error