class PDF::Reader::XRef

def initialize (buffer)

create a new Xref table based on the contents of the supplied PDF::Reader::Buffer object
###############################################################################
def initialize (buffer)
  @buffer = buffer
  @xref = {}
end