CharSequence interface with addition of a
ReplayCharSequence.close() method.
Users of implementations of this interface must call
ReplayCharSequence.close() so
implementations get a chance at cleaning up after themselves.
author: stack version: $Revision: 3288 $, $Date: 2005-03-31 17:43:23 +0000 (Thu, 31 Mar 2005) $
Method Summary
public void
close() Call this method when done so implementation has chance to clean up
resources.