public interface OutputStreamAccessor
Modifier and Type | Interface and 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 and 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 © 2017. All rights reserved.