Interface InputReturnStreamAccessor.InputReturnStreamMutator

All Known Subinterfaces:
InputReturnStreamAccessor.InputReturnStreamProperty
Enclosing interface:
InputReturnStreamAccessor

public static interface InputReturnStreamAccessor.InputReturnStreamMutator
Provides a mutator for an input return stream property.
  • Method Summary

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

    • setReturnStream

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