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

Method zipFile

src/main/org/apache/tools/ant/taskdefs/Jar.java:701–720  ·  view source on GitHub ↗

Overridden from Zip class to deal with manifests and index lists. @param is the stream to read data for the entry from. The caller of the method is responsible for closing the stream. @param zOut the zip output stream @param vPath the name this entry shall have in the archive @param lastModified la

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

writeServicesMethod · 0.45
writeManifestMethod · 0.45
createIndexListMethod · 0.45

Calls 5

filesetManifestMethod · 0.95
isFirstPassMethod · 0.80
logWhenWritingMethod · 0.80
addMethod · 0.65
containsMethod · 0.45

Tested by

no test coverage detected