OutputStreamAccessor.OutputStreamPropertypublic interface OutputStreamAccessor
| Modifier and Type | Interface | Description |
|---|---|---|
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.
|
static interface |
OutputStreamAccessor.OutputStreamMutator |
Provides a mutator for a Output-Stream property.
|
static interface |
OutputStreamAccessor.OutputStreamProperty |
Provides a Output-Stream property.
|
| Modifier and Type | Method | Description |
|---|---|---|
OutputStream |
getOutputStream() |
Retrieves the
OutputStream from the Output-Stream property. |
OutputStream getOutputStream()
OutputStream from the Output-Stream property.OutputStream stored by the Output-Stream property.Copyright © 2018. All rights reserved.