Class CommandReader
java.lang.Object
java.io.Reader
com.biglybt.ui.console.CommandReader
- All Implemented Interfaces:
Closeable, AutoCloseable, Readable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate Readerprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Reader
mark, markSupported, nullReader, of, read, read, readAllAsString, readAllLines, ready, reset, skip, transferTo
-
Field Details
-
ENTER
private static final int ENTER- See Also:
-
TAB
private static final int TAB- See Also:
-
QUOTE
private static final int QUOTE- See Also:
-
ESCAPE
private static final int ESCAPE- See Also:
-
NONQUOTEDESCAPE
private static final int NONQUOTEDESCAPE- See Also:
-
in
-
-
Constructor Details
-
CommandReader
Creates a new instance of CommandReader
-
-
Method Details
-
ensureOpen
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
read
- Overrides:
readin classReader- Throws:
IOException
-
read
- Specified by:
readin classReader- Throws:
IOException
-
readLine
- Throws:
IOException
-
parseCommandLine
-