Package io.quarkus.dev.console
Class QuarkusConsole.StateChangeInputStream
- java.lang.Object
-
- java.io.InputStream
-
- io.quarkus.dev.console.QuarkusConsole.StateChangeInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- QuarkusConsole
public static class QuarkusConsole.StateChangeInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description StateChangeInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptInput(int input)intread()intread(byte[] b, int off, int len)-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Method Detail
-
acceptInput
public boolean acceptInput(int input)
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
read
public int read(byte[] b, int off, int len) throws IOException- Overrides:
readin classInputStream- Throws:
IOException
-
-