|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplayCharSequence
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.
| 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 |
|---|
void close()
throws java.io.IOException
java.io.IOException - Problem cleaning up file system resources.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||