# File ruby/bstream.rb, line 162
        def write_int4(arg)
          return writes( [T_INTEGER4,arg].pack("CV") )
        end