MCPcopy Create free account
hub / github.com/ReadyTalk/avian / putNextEntry

Method putNextEntry

classpath/java/util/zip/ZipOutputStream.java:65–70  ·  view source on GitHub ↗
(ZipEntry e)

Source from the content-addressed store, hash-verified

63 }
64
65 public void putNextEntry(ZipEntry e) throws IOException {
66 e.offset = bytesWritten;
67 currentEntry = e;
68 entries.add(e);
69 writeLocalHeader(e);
70 }
71
72 public void closeEntry() throws IOException {
73 // write remainder of buffer if partially full

Callers 1

createZipMethod · 0.95

Calls 2

writeLocalHeaderMethod · 0.95
addMethod · 0.65

Tested by 1

createZipMethod · 0.76