Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java104 private static final int CFH_COMPRESSED_SIZE_OFFSET = 20; field in ZipArchiveOutputStream
1279 ZipLong.ZIP64_MAGIC.putLong(buf, CFH_COMPRESSED_SIZE_OFFSET); in createCentralFileHeader()
1282 putLong(ze.getCompressedSize(), buf, CFH_COMPRESSED_SIZE_OFFSET); in createCentralFileHeader() local