MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / createZipEntry

Method createZipEntry

src/gnu/zip/ZipInputStream.java:377–380  ·  view source on GitHub ↗

Creates a new zip entry for the given name. This is equivalent to new ZipEntry(name). @param name the name of the zip entry.

(String name)

Source from the content-addressed store, hash-verified

375 * @param name the name of the zip entry.
376 */
377 protected ZipEntry createZipEntry(String name)
378 {
379 return new ZipEntry(name);
380 }
381}

Callers 1

getNextEntryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected