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