# File ruby/bstream.rb, line 128
        def write_null(arg=nil)
          return writes( [T_NULL].pack("C") )
        end