Class StartXRefOffset
- java.lang.Object
 - 
- org.apache.tika.parser.pdf.updates.StartXRefOffset
 
 
- 
public class StartXRefOffset extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description StartXRefOffset(long startxref, long startXrefOffset, long endEofOffset, boolean hasEof) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEndEofOffset()longgetStartxref()longgetStartXrefOffset()booleanisHasEof()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getStartxref
public long getStartxref()
- Returns:
 - the value of the startxref pointer
 
 
- 
getStartXrefOffset
public long getStartXrefOffset()
- Returns:
 - offset in the file for where the startxref string is in the file
 
 
- 
getEndEofOffset
public long getEndEofOffset()
- Returns:
 - offset in the file for where the EOF ends, this includes a trailing newline if it existed in the file
 
 
- 
isHasEof
public boolean isHasEof()
 
 - 
 
 -