Posted By:
Benoit_Quintin
Posted On:
Wednesday, October 29, 2003 01:53 PM
yes, well I'm reverting back to you.. (!) Depending on how you create your objects, and release the former objects, as long as the objects are reachable they aren't garbage collected. Therefore, your code must keep the references to old byte[] objects (or even to StringBuffers).
You should show us a bit of code.