Home
last modified time | relevance | path

Searched refs:_streamCompressor (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java290 StreamCompressor _streamCompressor = null; in ZipArchiveOutputStream() local
297 _streamCompressor = StreamCompressor.create(_channel, def); //NOSONAR in ZipArchiveOutputStream()
302 _streamCompressor = StreamCompressor.create(o, def); in ZipArchiveOutputStream()
306 streamCompressor = _streamCompressor; in ZipArchiveOutputStream()