Package org.apache.sshd.common.channel
Interface ChannelPipedSink
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.Channel
,java.io.Closeable
- All Known Implementing Classes:
ChannelPipedInputStream
public interface ChannelPipedSink extends java.nio.channels.Channel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
eof()
Signal end of writing to the sinkvoid
receive(byte[] bytes, int off, int len)
-