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