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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Duncompr.c46 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
50 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
H A Dzconf.h67 # define uncompress z_uncompress macro
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java1220 * @param uncompress use gzip to uncompress the stream of bytes
1222 public static byte[] decode(String s, boolean uncompress) throws IOException { argument
1242 if(uncompress) {

Completed in 33 milliseconds