- read(char[], int, int) - Method in class org.gnu.readline.ReadlineReader
-
Reads what's given from readline()
into a buffer.
- readHistoryFile(String) - Static method in class org.gnu.readline.Readline
-
Reads a history file into memory
- readInitFile(String) - Static method in class org.gnu.readline.Readline
-
Read keybindings and variable assignments from a file.
- Readline - Class in org.gnu.readline
-
This class implements basic functionality of the GNU-readline interface.
- Readline() - Constructor for class org.gnu.readline.Readline
-
- readline(String) - Static method in class org.gnu.readline.Readline
-
Display a prompt on standard output and read a string from standard
input.
- readline(String, boolean) - Static method in class org.gnu.readline.Readline
-
Display a prompt on standard output and read a string from
standard input.
- ReadlineCompleter - Interface in org.gnu.readline
-
Callback interface that implements completion.
- ReadlineLibrary - Class in org.gnu.readline
-
This class implements a typesafe enumeration of the backing libraries.
- ReadlineReader - Class in org.gnu.readline
-
A Reader
wrapper for the Readline classes.
- ReadlineReader(String, ReadlineLibrary) - Constructor for class org.gnu.readline.ReadlineReader
-
Constructs a ReadlineReader object with the given prompt.
- ReadlineReader(ReadlineLibrary) - Constructor for class org.gnu.readline.ReadlineReader
-
Constructs a ReadlineReader object with the default prompt.
- ReadlineReader(File, ReadlineLibrary) - Constructor for class org.gnu.readline.ReadlineReader
-
Constructs a ReadlineReader object with an associated history
file.
- ReadlineReader(String, File, ReadlineLibrary) - Constructor for class org.gnu.readline.ReadlineReader
-
Constructs a ReadlineReader object with an associated history
file and prompt.
- ReadlineTest - Class in test
-
ReadlineTest.java
This class shows the usage of the readline wrapper.
- ReadlineTest() - Constructor for class test.ReadlineTest
-