Home
last modified time | relevance | path

Searched defs:LFH_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.java92 private static final int LFH_COMPRESSED_SIZE_OFFSET = 18; field in ZipArchiveOutputStream
1112 putLong(ze.getCompressedSize(), buf, LFH_COMPRESSED_SIZE_OFFSET); in createLocalFileHeader() local
1118 putLong(ze.getSize(), buf, LFH_COMPRESSED_SIZE_OFFSET); in createLocalFileHeader() local