class PDF::Reader::XRef

def size

only counter once.
return the number of objects in this file. Objects with multiple generations are
###############################################################################
def size
  @xref.size
end