Package org.refcodes.mixin
Interface OutputStreamAccessor
-
- All Known Subinterfaces:
OutputStreamAccessor.OutputStreamProperty
public interface OutputStreamAccessorProvides an accessor for an output stream property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<?>>Provides a mutator for an output stream property.static interfaceOutputStreamAccessor.OutputStreamMutatorProvides a mutator for an output stream property.static interfaceOutputStreamAccessor.OutputStreamPropertyProvides an output stream property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.OutputStreamgetOutputStream()Retrieves the output stream from the output stream property.
-