# File lib/mp3info.rb, line 126
  def get32bits
    (getc << 24) + (getc << 16) + (getc << 8) + getc
  end