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