Interface OutputStreamAccessor.OutputStreamMutator

All Known Subinterfaces:
OutputStreamAccessor.OutputStreamProperty
Enclosing interface:
OutputStreamAccessor

public static interface OutputStreamAccessor.OutputStreamMutator
Provides a mutator for an output stream property.
  • Method Summary

    Modifier and Type Method Description
    void setOutputStream​(OutputStream aOutputStream)
    Sets the output stream for the output stream property.
  • Method Details

    • setOutputStream

      void setOutputStream​(OutputStream aOutputStream)
      Sets the output stream for the output stream property.
      Parameters:
      aOutputStream - The output stream to be stored by the output stream property.