Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DGZIPOutputStreamTest.java47 public static byte[] gzip(byte[] bytes) throws IOException { in gzip() method in GZIPOutputStreamTest
DGZIPInputStreamTest.java195 GZIPInputStream gzip = null; in testMultipleMembersWithCustomBufferSize() local