Interface OutputStreamAccessor

All Known Subinterfaces:
OutputStreamAccessor.OutputStreamProperty

public interface OutputStreamAccessor
Provides an accessor for an output stream property.
  • Method Details

    • getOutputStream

      OutputStream getOutputStream()
      Retrieves the output stream from the output stream property.
      Returns:
      The output stream stored by the output stream property.