Class CloseableEmptyInputStream

java.lang.Object
java.io.InputStream
org.apache.sshd.common.util.io.EmptyInputStream
org.apache.sshd.common.util.io.CloseableEmptyInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, Channel

public class CloseableEmptyInputStream extends EmptyInputStream implements Channel
A /dev/null stream that can be closed - in which case it will throw IOExceptions if invoked after being closed