# File ruby/bstream.rb, line 361 def read_int4(input) return us2s(input.read(4).unpack("V").shift,4) end