Searched defs:gzip (Results 1 – 2 of 2) sorted by relevance
47 public static byte[] gzip(byte[] bytes) throws IOException { in gzip() method in GZIPOutputStreamTest
195 GZIPInputStream gzip = null; in testMultipleMembersWithCustomBufferSize() local