protected class ProcessShellFactory.ProcessShell.TtyFilterOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
TtyFilterOutputStream(OutputStream out,
ProcessShellFactory.ProcessShell.TtyFilterInputStream echo) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int c) |
close, flush, writepublic TtyFilterOutputStream(OutputStream out, ProcessShellFactory.ProcessShell.TtyFilterInputStream echo)
public void write(int c)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.