|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.util.IncrementalUpdater
public class IncrementalUpdater
| Method Summary | |
|---|---|
static long |
appendIncrementalUpdate(Document document,
java.io.OutputStream out,
long documentLength)
For simplicity, expose this one single method for appending an incremental update. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long appendIncrementalUpdate(Document document,
java.io.OutputStream out,
long documentLength)
throws java.io.IOException
document - The Document that's being savedout - OutputStream to write the incremental update todocumentLength - The pre-existing PDF's file length
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||