Home | History | Annotate | Download | only in zip

Lines Matching defs:added

26  * when files are added or removed from the zip. These notifications are received after the zip
27 * has been updated in memory for open, when files are added or removed and when the zip has been
42 * <li>E1 is notified F1 was added.</li>
43 * <li>E2 is notified F1 was added.</li>
44 * <li>E1 is notified F2 was added.</li>
45 * <li>E2 is notified F2 was added.</li>
77 * {@link #added(StoredEntry, StoredEntry)} and {@link #removed(StoredEntry)} notifications if
92 * directory and the EOCD have not yet been written. No entries should be added, removed or
121 * A new entry has been added to the zip, possibly replacing an entry in there. The
124 * @param entry the entry that was added
129 public IOExceptionRunnable added(@Nonnull StoredEntry entry, @Nullable StoredEntry replaced) {
136 * {@link #added(StoredEntry, StoredEntry)}. The default implementation does nothing and