Interface IPromptFileWriter


public interface IPromptFileWriter
A writer that writes binary data to an output stream.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTo(OutputStream outputStream)
    Writes binary data to the given output stream.
  • Method Details

    • writeTo

      void writeTo(OutputStream outputStream) throws IOException
      Writes binary data to the given output stream.
      Parameters:
      outputStream - The output stream to write the binary data to.
      Throws:
      IOException - If an I/O error occurs while writing the data.