T
Tomas Mikula
Does anyone know what the effective difference between StringWriter and
CharArrayWriter is?
I need a memory-backed writer from which I extract a String at the end. I
see that there are these two choices, so I'm curious about their
performance. I don't need concurrent access to the writer. Is there a
clear preference of which one I should use?
Thanks,
Tomas
CharArrayWriter is?
I need a memory-backed writer from which I extract a String at the end. I
see that there are these two choices, so I'm curious about their
performance. I don't need concurrent access to the writer. Is there a
clear preference of which one I should use?
Thanks,
Tomas