Class IncrementalUpdateRecord
- java.lang.Object
- 
- org.apache.tika.parser.pdf.updates.IncrementalUpdateRecord
 
- 
 public class IncrementalUpdateRecord extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description IncrementalUpdateRecord(Path path, List<StartXRefOffset> offsets)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StartXRefOffset>getOffsets()PathgetPath()
 
- 
- 
- 
Constructor Detail- 
IncrementalUpdateRecordpublic IncrementalUpdateRecord(Path path, List<StartXRefOffset> offsets) 
 
- 
 - 
Method Detail- 
getPathpublic Path getPath() 
 - 
getOffsetspublic List<StartXRefOffset> getOffsets() 
 
- 
 
-