Package org.refcodes.io
Interface OutputStreamAccessor
-
- All Known Subinterfaces:
OutputStreamAccessor.OutputStreamProperty
public interface OutputStreamAccessorProvides an accessor for a Output-Stream property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<B>>Provides a builder method for a Output-Stream property returning the builder for applying multiple build operations.static interfaceOutputStreamAccessor.OutputStreamMutatorProvides a mutator for a Output-Stream property.static interfaceOutputStreamAccessor.OutputStreamPropertyProvides a Output-Stream property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.OutputStreamgetOutputStream()Retrieves theOutputStreamfrom the Output-Stream property.
-