Interface WriteStreamAction


  • public interface WriteStreamAction
    Provides an output stream that can be written to.
    • Method Detail

      • write

        void write​(OutputStream output)
        Write to a the stream.
        Parameters:
        output - The stream to write to.