org.pdfbox.pdfparser

Class PDFXref


public class PDFXref
extends java.lang.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.

Constructor Details

PDFXref

public PDFXref(long startValue,
               long countValue)
constructor.
Parameters:
startValue - The start attribute.
countValue - The count attribute.

Method Details

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.