Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java635 byte[] bcomm = getEntryBytes(jzentry, JZENTRY_COMMENT); in getZipEntry()
927 private static final int JZENTRY_COMMENT = 2; field in ZipFile