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