Class ChannelOutput

java.lang.Object
org.apache.commons.crypto.stream.output.ChannelOutput
All Implemented Interfaces:
Closeable, AutoCloseable, Output

public class ChannelOutput extends Object implements Output
The ChannelOutput class takes a WritableByteChannel object and wraps it as Output object acceptable by CryptoOutputStream as the output target.