Home
last modified time | relevance | path

Searched defs:LFH_SIG (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipLong.java40 public static final ZipLong LFH_SIG = new ZipLong(0X04034B50L); field in ZipLong
DZipArchiveOutputStream.java992 static final byte[] LFH_SIG = ZipLong.LFH_SIG.getBytes(); //NOSONAR field in ZipArchiveOutputStream