# File lib/net/ssh/util/buffer.rb, line 126
        def read_bool
          b = read( 1 ) or return nil
          b[0] != 0
        end