Class AmnesicStringBuffer

java.lang.Object
org.opentestfactory.utils.AmnesicStringBuffer
All Implemented Interfaces:
Appendable

public class AmnesicStringBuffer extends Object implements Appendable
That class will eat characters and string, but will only remember the nth last character when asked to restitute the said string. It is purely intended for saving memory, although it will not prevent some garbage collection.
Author:
bsiri