Searched defs:jzentry (Results 1 – 2 of 2) sorted by relevance
71 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()98 private java.util.zip.ZipEntry getZipEntry(java.lang.String name, long jzentry) { in getZipEntry()145 private static native int read(long jzfile, long jzentry, long pos, byte[] b, int off, int len); in read()147 private static native long getEntryTime(long jzentry); in getEntryTime()149 private static native long getEntryCrc(long jzentry); in getEntryCrc()151 private static native long getEntryCSize(long jzentry); in getEntryCSize()153 private static native long getEntrySize(long jzentry); in getEntrySize()155 private static native int getEntryMethod(long jzentry); in getEntryMethod()157 private static native int getEntryFlag(long jzentry); in getEntryFlag()161 private static native byte[] getEntryBytes(long jzentry, int type); in getEntryBytes()[all …]
161 typedef struct jzentry { /* Zip file entry */ struct172 } jzentry; argument