A class to describe a print stream.
Each p5.PrintWriter
object provides a way to save a sequence of text data, called the print stream, to the user's computer. It's a low-level object that enables precise control of text output. Functions such as saveStrings() and saveJSON() are easier to use for simple file saving.
Note: createWriter() is the recommended way to make an instance of this class.
This page is generated from the comments in src/io/files.js . Please feel free to edit it and submit a pull request!