Interface InputStreamAccessor.InputStreamMutator

All Known Subinterfaces:
InputStreamAccessor.InputStreamProperty
Enclosing interface:
InputStreamAccessor

public static interface InputStreamAccessor.InputStreamMutator
Provides a mutator for an input stream property.
  • Method Summary

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

    • setInputStream

      void setInputStream(InputStream aInputStream)
      Sets the input stream for the input stream property.
      Parameters:
      aInputStream - The input stream to be stored by the input stream property.