Searched defs:gzip (Results 1 – 3 of 3) sorted by relevance
51 public static byte[] gzip(byte[] bytes) throws IOException { in gzip() method in GZIPOutputStreamTest
195 GZIPInputStream gzip = null; in testMultipleMembersWithCustomBufferSize() local
122 GZIPOutputStream gzip = new GZIPOutputStream(outStream); in testGZip() local