# File lib/pdf/reader/buffer.rb, line 32
    def initialize (io)
      @io = io
      @buffer = nil
    end