MCPcopy Create free account
hub / github.com/apache/ant / zipFile

Method zipFile

src/main/org/apache/tools/ant/taskdefs/Zip.java:1769–1846  ·  view source on GitHub ↗

Adds a new entry to the archive, takes care of duplicates as well. @param in the stream to read data for the entry from. The caller of the method is responsible for closing the stream. @param zOut the stream to write to. @param vPath the name this entry shall have in the archive. @param lastModifi

(final InputStream in, final ZipOutputStream zOut, final String vPath,
                           final long lastModified, final File fromArchive, final int mode)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

addResourcesMethod · 0.95
addResourceMethod · 0.95

Calls 15

logWhenWritingMethod · 0.95
setMethodMethod · 0.95
setSizeMethod · 0.95
setUnixModeMethod · 0.95
getCurrentExtraFieldsMethod · 0.95
setExtraFieldsMethod · 0.95
setCurrentExtraFieldsMethod · 0.95
setTimeMethod · 0.80
isSeekableMethod · 0.80
updateMethod · 0.80
putMethod · 0.65
resetMethod · 0.65

Tested by

no test coverage detected