Interface InputStreamAccessor.InputStreamBuilder<B extends InputStreamAccessor.InputStreamBuilder<?>>

Type Parameters:
B - The builder which implements the InputStreamAccessor.InputStreamBuilder.
Enclosing interface:
InputStreamAccessor

public static interface InputStreamAccessor.InputStreamBuilder<B extends InputStreamAccessor.InputStreamBuilder<?>>
Provides a mutator for an input stream property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the input stream to use and returns this builder as of the Builder-Pattern.
  • Method Details

    • withInputStream

      B withInputStream(InputStream aInputStream)
      Sets the input stream to use and returns this builder as of the Builder-Pattern.
      Parameters:
      aInputStream - The input stream to be stored by the input stream property.
      Returns:
      This InputStreamAccessor.InputStreamBuilder instance to continue configuration.