org.apache.sshd.common.util
Class NoCloseInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.sshd.common.util.NoCloseInputStream
- All Implemented Interfaces:
- Closeable
public class NoCloseInputStream
- extends FilterInputStream
TODO Add javadoc
- Author:
- Apache MINA SSHD Project
Method Summary |
void |
close()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoCloseInputStream
public NoCloseInputStream(InputStream in)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.