OutputStreamAccessor.OutputStreamPropertypublic interface OutputStreamAccessor
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
OutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<?>> |
Provides a mutator for an output stream property.
|
static interface |
OutputStreamAccessor.OutputStreamMutator |
Provides a mutator for an output stream property.
|
static interface |
OutputStreamAccessor.OutputStreamProperty |
Provides an output stream property.
|
| Modifier and Type | Method | Description |
|---|---|---|
OutputStream |
getOutputStream() |
Retrieves the output stream from the output stream property.
|
OutputStream getOutputStream()
Copyright © 2018. All rights reserved.