Interface IPromptFileWriter
public interface IPromptFileWriter
A writer that writes binary data to an output stream.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(OutputStream outputStream) Writes binary data to the given output stream.
-
Method Details
-
writeTo
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.
-