public class AeshInputStream extends InputStream
| Constructor and Description |
|---|
AeshInputStream(InputStream consoleStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
isReading() |
int |
read() |
int[] |
readAll() |
void |
stop() |
close, mark, markSupported, read, read, reset, skippublic AeshInputStream(InputStream consoleStream)
public int[] readAll()
public void stop()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic boolean isReading()
Copyright © 2022 JBoss by Red Hat. All rights reserved.