Interface EncodeStreamChainer

    • Method Detail

      • chainOutput

        java.io.OutputStream chainOutput​(java.io.OutputStream out)
                                  throws java.io.IOException
        Chain OutputStream and returns chained OutputStream.
        Parameters:
        out - the stream which will be chained.
        Returns:
        chained OutputStream.
        Throws:
        java.io.IOException - if fail to chain the stream.