Class Net::SSH::Transport::Compress::Decompressor
In: lib/net/ssh/transport/compress/decompressor.rb
Parent: Object

The ancestor class of all decompression implementations.

Methods

configure   decompress   new  

Public Instance methods

Reconfigure the current instance with the given options (which should be a Hash-like). Subclasses may override this method to implement the desired functionality.

Raises NotImplementedError. Subclasses must override this method to implement the desired decompression functionality.

Return a new instance just like the current instance, but reconfigured with the given options.

[Validate]