# File ruby/bstream.rb, line 157
        def write_int2(arg)
          return writes( [T_INTEGER2,arg].pack("Cv") )
        end