Interface Compressor

    • Method Detail

      • streamInput

        StreamInput streamInput​(StreamInput in)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • streamOutput

        StreamOutput streamOutput​(StreamOutput out)
                           throws java.io.IOException
        Creates a new stream output that compresses the contents and writes to the provided stream output. Closing the returned StreamOutput will close the provided stream output.
        Throws:
        java.io.IOException