Searched defs:compressionMethod (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipEntry.java80 long size, int compressionMethod, int xdostime, byte[] extra,
87 this.method = compressionMethod;
79 ZipEntry(String name, String comment, long crc, long compressedSize, long size, int compressionMethod, int xdostime, byte[] extra, long dataOffset) argument

Completed in 34 milliseconds