Home
last modified time | relevance | path

Searched refs:writeDataDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java543 writeDataDescriptor(entry.entry); in closeEntry()
1177 protected void writeDataDescriptor(final ZipArchiveEntry ze) throws IOException { in writeDataDescriptor() method in ZipArchiveOutputStream