Searched defs:gzipSink (Results 1 – 5 of 5) sorted by relevance
29 val gzipSink = GzipSink(sink) in gzipGunzip() constant41 val gzipSink = GzipSink(mockSink) in closeWithExceptionWhenWritingAndClosing() constant
31 GzipSink gzipSink = new GzipSink(sink); in gzipGunzip() local42 GzipSink gzipSink = new GzipSink(mockSink); in closeWithExceptionWhenWritingAndClosing() local
65 fun gzipSink() { in gzipSink() method67 val gzipSink = GzipSink(pipe.sink) in gzipSink() constant
93 BufferedSink gzipSink = Okio.buffer(new GzipSink(sink)); in gzip() local
189 GzipSink gzipSink = new GzipSink(gzipBody); in newResponse() local