Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java200 private static final byte[] LZERO = {0, 0, 0, 0}; field in ZipArchiveOutputStream
1098 System.arraycopy(LZERO, 0, buf, LFH_CRC_OFFSET, WORD); in createLocalFileHeader()
1115 System.arraycopy(LZERO, 0, buf, LFH_COMPRESSED_SIZE_OFFSET, WORD); in createLocalFileHeader()
1116 System.arraycopy(LZERO, 0, buf, LFH_ORIGINAL_SIZE_OFFSET, WORD); in createLocalFileHeader()
1432 writeOut(LZERO); in writeZip64CentralDirectory()
1433 writeOut(LZERO); in writeZip64CentralDirectory()
1450 writeOut(LZERO); in writeZip64CentralDirectory()