Interface OutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    OutputStreamAccessor


    public static interface OutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<B>>
    Provides a builder method for a Output-Stream property returning the builder for applying multiple build operations.
    • Method Detail

      • withOutputStream

        B withOutputStream​(java.io.OutputStream aOutputStream)
        Sets the OutputStream for the Output-Stream property.
        Parameters:
        aOutputStream - The OutputStream to be stored by the Output-Stream property.
        Returns:
        The builder for applying multiple build operations.