Class: EideticPDF::PdfObjects::XRefSubSection

Inherits:
Array
  • Object
show all
Defined in:
lib/epdfo.rb

Overview

sub-section of a cross-reference table

Instance Method Summary collapse

Constructor Details

#initializeXRefSubSection

Returns a new instance of XRefSubSection.



374
375
376
# File 'lib/epdfo.rb', line 374

def initialize
  self << FreeXRefEntry.new(0,65535)
end

Instance Method Details

#to_sObject



378
379
380
# File 'lib/epdfo.rb', line 378

def to_s
  "#{self.first.seq} #{self.size}\n" << join
end