You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dudu-MKV-Co...@googlegroups.com
FastCat FastCat is a streamlined version of StringBuilder that does not allocate a buffer until the very last minute, and allocates it the exact size needed. You use it in writing your own Java Programs. It works very similarly to StringBuilder, so the Javadoc should be all you need. It ignores null Strings passed to it, which streamlines your application code. http://rogdai.info/details.php?progid=3445