Interface Inflater<T>

    • Method Detail

      • inflate

        T inflate​(java.io.InputStream stream)
           throws java.io.IOException
        read an object from a stream. The inflater should know when to stop reading and should NOT close the stream;
        Parameters:
        compressed -
        Returns:
        Throws:
        java.io.IOException