Searched refs:getCompressedStream (Results 1 – 2 of 2) sorted by relevance
30 public static OutputStream getCompressedStream(final OutputStream out) throws IOException { in getCompressedStream() method in Compress59 final OutputStream compressedOutput = getCompressedStream( in run()
101 try (final OutputStream out = Compress.getCompressedStream( in testGetRawDictWorks()142 try (final OutputStream gzOut = Compress.getCompressedStream( in testGetRawDictFails()