Interface OutputReturnStreamAccessor.OutputReturnStreamMutator

All Known Subinterfaces:
OutputReturnStreamAccessor.OutputReturnStreamProperty
Enclosing interface:
OutputReturnStreamAccessor

public static interface OutputReturnStreamAccessor.OutputReturnStreamMutator
Provides a mutator for an output return stream property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the output return stream for the output return stream property.
  • Method Details

    • setReturnStream

      void setReturnStream(OutputStream aReturnStream)
      Sets the output return stream for the output return stream property.
      Parameters:
      aReturnStream - The output return stream to be stored by the output return stream property.