org.apache.sshd.server.shell
Class ProcessShellFactory.ProcessShell.TtyFilterInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell.TtyFilterInputStream
- All Implemented Interfaces:
- java.io.Closeable
- Enclosing class:
- ProcessShellFactory.ProcessShell
protected class ProcessShellFactory.ProcessShell.TtyFilterInputStream
- extends java.io.FilterInputStream
| Fields inherited from class java.io.FilterInputStream |
in |
| Methods inherited from class java.io.FilterInputStream |
close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessShellFactory.ProcessShell.TtyFilterInputStream
public ProcessShellFactory.ProcessShell.TtyFilterInputStream(java.io.InputStream in)
available
public int available()
throws java.io.IOException
- Overrides:
available in class java.io.FilterInputStream
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Overrides:
read in class java.io.FilterInputStream
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Overrides:
read in class java.io.FilterInputStream
- Throws:
java.io.IOException
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.