# File lib/net/ssh/util/buffer.rb, line 106
        def read_short
          b = read( 2 ) or return nil
          b.unpack( "n" ).first
        end