# File lib/yajl/deflate/stream_reader.rb, line 8
      def initialize(io, options)
        @io = io
        super(options)
      end