# File lib/mongo/grid/stream/write.rb, line 63
          def initialize(fs, options)
            @fs = fs
            @length = 0
            @n = 0
            @file_id = options[:file_id] || BSON::ObjectId.new
            @options = options
            @filename = @options[:filename]
            @open = true
          end