Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java700 … writeOut(ZipShort.getBytes(versionNeededToExtract(entry.entry.getMethod(), false, false))); in rewriteSizesAndCrc()
1084 …putShort(versionNeededToExtract(zipMethod, hasZip64Extra(ze), dataDescriptor), buf, LFH_VERSION_NE… in createLocalFileHeader()
1261 … putShort(versionNeededToExtract(zipMethod, needsZip64Extra, entryMetaData.usesDataDescriptor), in createCentralFileHeader()
1489 …private int versionNeededToExtract(final int zipMethod, final boolean zip64, final boolean usedDat… in versionNeededToExtract() method in ZipArchiveOutputStream