|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Resetable
This is a simple interface that is used by streams that can initialize and reset themselves. The purpose is for the implementation of BLOB/CLOB. It defines a methods that can be used to initialize and reset a stream.
| Method Summary | |
|---|---|
void |
closeStream()
Close. |
void |
initStream()
Initialize. |
void |
resetStream()
Reset the stream to the beginning. |
| Method Detail |
|---|
void resetStream()
throws java.io.IOException,
StandardException
java.io.IOException
StandardException
void initStream()
throws StandardException
StandardExceptionvoid closeStream()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||