|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void resetStream() throws java.io.IOException, StandardException
java.io.IOException
StandardException
public void initStream() throws StandardException
StandardException
public void closeStream()
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |