|
|||||||||
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
StandardException
void closeStream()
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |