public abstract class ResultElementBLOBBase extends ResultElementBase
| Constructor and Description |
|---|
ResultElementBLOBBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
closes underlying structures, streams
|
abstract InputStream |
getContentOfBLOB()
Retrieves the blob content
|
abstract void |
setContentOfBLOB(InputStream content)
sets the blob content
|
fromXML, getRecordAttributes, getRecordAttributes, isValid, RS_fromXML, RS_toXML, setRecordAttributes, toXMLpublic abstract InputStream getContentOfBLOB() throws Exception
Exception - An unrecoverbale for the operation error occuredpublic abstract void setContentOfBLOB(InputStream content) throws Exception
content - the contentException - An unrecoverbale for the operation error occuredCopyright © 2020. All Rights Reserved.