# File lib/ogg/reader.rb, line 10
    def each_pages(options = {})
      until @input.eof?
        yield Page.read(@input, options)
      end
    end