B - The builder to return in order to be able to apply multiple
build operations.public static interface OutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<B>>
| Modifier and Type | Method | Description |
|---|---|---|
B |
withOutputStream(OutputStream aOutputStream) |
Sets the
OutputStream for the Output-Stream property. |
B withOutputStream(OutputStream aOutputStream)
OutputStream for the Output-Stream property.aOutputStream - The OutputStream to be stored by the
Output-Stream property.Copyright © 2018. All rights reserved.