public abstract class ResultElementBLOBBase extends ResultElementBase
| Constructor and Description |
|---|
ResultElementBLOBBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
closes underlying structures, streams
|
abstract java.io.InputStream |
getContentOfBLOB()
Retrieves the blob content
|
abstract void |
setContentOfBLOB(java.io.InputStream content)
sets the blob content
|
fromXML, getRecordAttributes, getRecordAttributes, isValid, RS_fromXML, RS_toXML, setRecordAttributes, toXMLpublic abstract java.io.InputStream getContentOfBLOB()
throws java.lang.Exception
java.lang.Exception - An unrecoverbale for the operation error occuredpublic abstract void setContentOfBLOB(java.io.InputStream content)
throws java.lang.Exception
content - the contentjava.lang.Exception - An unrecoverbale for the operation error occuredpublic abstract void close()
throws java.lang.Exception
java.lang.Exception - An unrecoverable for the operation error occured