Class Utf8LineParser

java.lang.Object
org.eclipse.jetty.util.Utf8LineParser

public class Utf8LineParser extends Object
Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character.

For use with new IO framework that is based on ByteBuffer parsing.