Module | Net::SSH::Util::WriterBufferImpl |
In: |
lib/net/ssh/util/buffer.rb
|
A convenience module for writing a string of encoded data. It provides an interface for easily writing and encoding data.
Writes each argument to the buffer as a bignum (SSH2-style). No checking is done to ensure that the arguments are, in fact, bignums.
Writes each argument to the buffer as a (C-style) boolean, with 1 meaning true, and 0 meaning false.