Searched refs:DeflateDecoderInputStream (Results 1 – 2 of 2) sorted by relevance
30 import org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream;53 final DeflateDecoderInputStream inputStream = in testEndInflaterOnCloseStream()54 …(DeflateDecoderInputStream) deflateDecoder.decode("dummy",new ByteArrayInputStream(new byte[0]),0,… in testEndInflaterOnCloseStream()
148 return new DeflateDecoderInputStream(inflaterInputStream, inflater); in decode()158 static class DeflateDecoderInputStream extends InputStream { class in Coders.DeflateDecoder163 public DeflateDecoderInputStream(InflaterInputStream inflaterInputStream, in DeflateDecoderInputStream() method in Coders.DeflateDecoder.DeflateDecoderInputStream