# File /home/moumar/dev/rubyforge/ruby-mp3info/lib/mp3info.rb, line 126
  def get32bits
    (getc << 24) + (getc << 16) + (getc << 8) + getc
  end