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, skip
public AeshInputStream(InputStream consoleStream)
public int[] readAll()
public void stop()
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public boolean isReading()
Copyright © 2019 JBoss by Red Hat. All rights reserved.