Uses of Class
io.helidon.common.buffers.DataReader.IncorrectNewLineException
-
Uses of DataReader.IncorrectNewLineException in io.helidon.common.buffers
Modifier and TypeMethodDescriptionint
DataReader.findNewLine
(int max) Find new line with the next n bytes.int
DataReader.findOrNewLine
(byte b, int max) Find the byte or next new line.DataReader.readLine()
Read an ascii string until new line.