# File lib/beefcake/buffer/decode.rb, line 20
    def read_fixed32
      bytes = read(4)
      bytes.unpack("V").first
    end