Searched refs:getEntryBytes (Results 1 – 3 of 3) sorted by relevance
622 byte[] bname = getEntryBytes(jzentry, JZENTRY_NAME); in getZipEntry()634 e.setExtra0(getEntryBytes(jzentry, JZENTRY_EXTRA), false); in getZipEntry()635 byte[] bcomm = getEntryBytes(jzentry, JZENTRY_COMMENT); in getZipEntry()928 private static native byte[] getEntryBytes(long jzentry, int type); in getEntryBytes() method in ZipFile
161 private static native byte[] getEntryBytes(long jzentry, int type); in getEntryBytes() method in ZipFile
413 NATIVE_METHOD(ZipFile, getEntryBytes, "(JI)[B"),