Hello,
Do you people know how to write a TextFile with a given fixed maximum line length?
I saw in the API that it's not possible to limit the line size using the PrintWriter class.
The generated files can be really big (gigabytes), so I whould need a low-cost memory class.
Any suggestions? Thanks in advance!
Do you people know how to write a TextFile with a given fixed maximum line length?
I saw in the API that it's not possible to limit the line size using the PrintWriter class.
The generated files can be really big (gigabytes), so I whould need a low-cost memory class.
Any suggestions? Thanks in advance!
