# File lib/archive/zip/codec/store.rb, line 47
      def initialize(io)
        @io = io
        @crc32 = 0
        @uncompressed_size = 0
        # Assume that the delegate IO object is already buffered.
        self.flush_size = 0
      end