org.pdfbox.pdfparser
Class PDFXref

java.lang.Object
  extended byorg.pdfbox.pdfparser.PDFXref

public class PDFXref
extends Object

This class represents a PDF xref.

Version:
$Revision: 1.4 $
Author:
Ben Litchfield

Constructor Summary
PDFXref(long startValue, long countValue)
          constructor.
 
Method Summary
 long getCount()
          This will get the count attribute.
 long getStart()
          This will get the start attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFXref

public PDFXref(long startValue,
               long countValue)
constructor.

Parameters:
startValue - The start attribute.
countValue - The count attribute.
Method Detail

getCount

public long getCount()
This will get the count attribute.

Returns:
The count.

getStart

public long getStart()
This will get the start attribute.

Returns:
The start.