write
Allows writing directly to a known PrintWriter. Facilitates writing to the file before or after the array is written
Parameters
array
the array to write, must not be null
out
the PrintWriter to write to, must not be null
Allows writing directly to a known PrintWriter. Facilitates writing to the file before or after the list is written
Parameters
list
the array to write, must not be null
out
the PrintWriter to write to, must not be null