# File ruby/bstream.rb, line 152 def write_int1(arg) return writes( [T_INTEGER1,arg].pack("CC") ) end