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 TypeMethodDescriptionintDataReader.findNewLine(int max) Find new line with the next n bytes.intDataReader.findOrNewLine(byte b, int max) Find the byte or next new line.DataReader.readLine()Read an ascii string until new line.