This class delegates handling of the to a StringBuffer based version.
version: $Revision: 15101 $ $Date: 2006-09-21 06:16:23 -0400 (Thu, 21 Sep 2006) $ author: Juanco Anez
Converts an array of
Object Object to a string
Use the value of the line.separator system property
the line separator.
Parameters: o - the array of objects.
Converts an array of
Object Object to a string
using the given line separator.
Parameters: o - the array of objects. Parameters: EOL - the string to use as line separator.
Breaks a string into an array of strings.
Use the value of the line.separator system property
as the linebreak character.
Parameters: value - the string to convert.