# File lib/beefcake/buffer/decode.rb, line 75
    def read_float
      bytes = read(4)
      bytes.unpack("e").first
    end