java.io.BufferedWriter

This class buffers characters into an internal buffer so that they can be written in bulk to the underlying stream. This increases performance and is a more optimal operation because it writes multiple characters at once instead of writing them one at a time. The default buffer size in SquirrelJME is very small due to potential memory limitations.