Package org.apache.sshd.common.channel
Interface ChannelPipedSink
- All Superinterfaces:
AutoCloseable,Channel,Closeable
- All Known Implementing Classes:
ChannelPipedInputStream
-
Method Summary
-
Method Details
-
receive
- Parameters:
bytes- Bytes to be sent to the sinkoff- Offset in bufferlen- Number of bytes- Throws:
IOException- If failed to send the data
-
eof
void eof()Signal end of writing to the sink
-