|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Stream
Simple interface that defines a data-type as stream and supplies both an output as input stream for the datatype.
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
get the input stream |
java.io.OutputStream |
getOutputStream()
get the output stream |
boolean |
isAccessed()
check if the input or output was ever used to prevent unecessary reading and writing for streams that were never accessed. |
Method Detail |
---|
java.io.InputStream getInputStream() throws java.sql.SQLException
SQLException,
- if the InputStream cannot be created
java.sql.SQLException
java.io.OutputStream getOutputStream() throws java.sql.SQLException
SQLException,
- if the OutputStream cannot be created
java.sql.SQLException
boolean isAccessed() throws java.sql.SQLException
SQLException,
- if the Input or OutputStream cannot be accessed
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |