Module Net::SSH::Util::BufferBase
In: lib/net/ssh/util/buffer.rb

The abstract ancestor module of both ReaderBufferImpl and WriterBufferImpl. It defines the common interface for both submodules.

Methods

==   clear!   length   to_s  

Attributes

content  [R]  exposes the content of the buffer

Public Instance methods

Compares the contents of the two buffers.

Resets the buffer, making it empty.

the length of the buffer’s content.

returns a copy of the buffer’s content.

[Validate]