org.archive.io
Interface ReplayCharSequence

All Superinterfaces:
java.lang.CharSequence
All Known Implementing Classes:
GenericReplayCharSequence, Latin1ByteReplayCharSequence

public interface ReplayCharSequence
extends java.lang.CharSequence

CharSequence interface with addition of a close() method. Users of implementations of this interface must call close() so implementations get a chance at cleaning up after themselves.

Version:
$Revision: 3288 $, $Date: 2005-03-31 17:43:23 +0000 (Thu, 31 Mar 2005) $
Author:
stack

Method Summary
 void close()
          Call this method when done so implementation has chance to clean up resources.
 
Methods inherited from interface java.lang.CharSequence
charAt, length, subSequence, toString
 

Method Detail

close

void close()
           throws java.io.IOException
Call this method when done so implementation has chance to clean up resources.

Throws:
java.io.IOException - Problem cleaning up file system resources.


Copyright © 2003-2011 Internet Archive. All Rights Reserved.