Home
last modified time | relevance | path

Searched defs:gzip (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/zip/
DGZIPOutputStreamTest.java51 public static byte[] gzip(byte[] bytes) throws IOException { in gzip() method in GZIPOutputStreamTest
DGZIPInputStreamTest.java195 GZIPInputStream gzip = null; in testMultipleMembersWithCustomBufferSize() local
/libcore/ojluni/src/test/java/util/zip/
DCloseInflaterDeflaterTest.java122 GZIPOutputStream gzip = new GZIPOutputStream(outStream); in testGZip() local