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