# File lib/amalgalite/blob.rb, line 160
    def to_string_io
      sio = StringIO.new
      write_to_io( sio )
      return sio
    end