[Biojava-l] StringBuffer bug

Cox, Greg gcox@netgenics.com
Thu, 20 Jun 2002 15:37:18 -0400


For reference, using StringBuffer.toString() will assign a string the size
of the buffer, not the size fo the characters used.  Using
StringBuffer.substring(0) will save quite a bit of space in most
circumstances.  I've gone through the biojava source, and changed every
instance I could find.  

Greg