# File ruby/bstream.rb, line 357
        def read_int2(input)
          return us2s(input.read(2).unpack("v").shift,2)
        end