Uses of Class
org.jline.reader.EndOfFileException
Packages that use EndOfFileException
-
Uses of EndOfFileException in org.jline.reader
Methods in org.jline.reader that return EndOfFileExceptionMethods in org.jline.reader that throw EndOfFileExceptionModifier and TypeMethodDescriptionLineReader.readLine()
Read the next line and return the contents of the buffer.Read the next line with the specified character mask.Read the next line with the specified prompt.Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).LineReader.readLine
(String prompt, String rightPrompt, MaskingCallback maskingCallback, String buffer) Read a line from the inInputStream
, and return the line (without any trailing newlines). -
Uses of EndOfFileException in org.jline.reader.impl
Methods in org.jline.reader.impl that throw EndOfFileExceptionModifier and TypeMethodDescriptionLineReaderImpl.readLine()
Read the next line and return the contents of the buffer.Read the next line with the specified character mask.Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).Read a line from the inInputStream
, and return the line (without any trailing newlines).LineReaderImpl.readLine
(String prompt, String rightPrompt, MaskingCallback maskingCallback, String buffer) Read a line from the inInputStream
, and return the line (without any trailing newlines).