# File lib/mp3info.rb, line 120
  def get_syncsafe
    (getc << 21) + (getc << 14) + (getc << 7) + getc
  end