Uses of Class
io.helidon.common.buffers.DataReader.IncorrectNewLineException
Packages that use DataReader.IncorrectNewLineException
-
Uses of DataReader.IncorrectNewLineException in io.helidon.common.buffers
Methods in io.helidon.common.buffers that throw DataReader.IncorrectNewLineExceptionModifier 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.