Searched refs:gzippedOutputStream (Results 1 – 2 of 2) sorted by relevance
109 ByteArrayOutputStream gzippedOutputStream = new ByteArrayOutputStream(); in setUp()111 gzippedOutputStream); in setUp()114 super.addGzippedBytes(ReadableBuffers.wrap(gzippedOutputStream.toByteArray())); in setUp()
74 ByteArrayOutputStream gzippedOutputStream = new ByteArrayOutputStream(); in setUp() local75 OutputStream gzippingOutputStream = new GZIPOutputStream(gzippedOutputStream); in setUp()78 gzippedData = gzippedOutputStream.toByteArray(); in setUp()79 gzippedOutputStream.close(); in setUp()