Class ChunkedOutputStream.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • get

        public ChunkedOutputStream get()
                                throws java.io.IOException
        Constructs a new instance.

        This builder use the aspects OutputStream and buffer size (chunk size).

        Returns:
        a new instance.
        Throws:
        java.io.IOException - if an I/O error occurs.
        java.lang.UnsupportedOperationException - if the origin cannot be converted to an OututStream.
        See Also:
        AbstractStreamBuilder.getOutputStream()