# File lib/cgikit/bytedata.rb, line 44
    def initialize( string = nil )
      @bytes = string || ''
    end