protected class ProcessShellFactory.ProcessShell.TtyFilterInputStream extends FilterInputStream
in
Constructor and Description |
---|
TtyFilterInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
close, mark, markSupported, read, reset, skip
public TtyFilterInputStream(InputStream in)
public int available() throws IOException
available
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.