Package com.biglybt.ui.console
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 int
private static final int
private Reader
private static final int
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
readLine
- Throws:
IOException
-
parseCommandLine
-