B - The builder which implements the OutputStreamAccessor.OutputStreamBuilder.public static interface OutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<?>>
| Modifier and Type | Method | Description |
|---|---|---|
B |
withOutputStream(OutputStream aOutputStream) |
Sets the output stream to use and returns this builder as of the
Builder-Pattern.
|
B withOutputStream(OutputStream aOutputStream)
aOutputStream - The output stream to be stored by the output
stream property.OutputStreamAccessor.OutputStreamBuilder instance to continue
configuration.Copyright © 2018. All rights reserved.