|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractXDO | +--com.ibm.mm.sdk.common.dkBlob
dkBlob: a common abstract class for basic BLOB in DL and other datastores.
Method Summary | |
dkBlob |
concatReplace(byte[] aByteArrg)
Deprecated. no need to do this, no meaning |
dkBlob |
concatReplace(dkBlob adkBlob)
Deprecated. no need to do this, no meaning |
int |
indexOf(dkBlob adkBlob,
int startpos)
Deprecated. no need to do this, no meaning |
int |
indexOf(java.lang.String astring,
int startpos)
Deprecated. no need to do this, no meaning |
dkBlob |
insert(dkBlob adkBlob,
int startpos)
Deprecated. no need to do this, no meaning |
dkBlob |
insert(java.lang.String astring,
int startpos)
Deprecated. no need to do this, no meaning |
dkBlob |
remove(int startpos,
int alength)
Deprecated. no need to do this, no meaning |
java.lang.String |
subString(int startpos,
int alength)
Deprecated. no need to do this, no meaning |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractXDO |
add, add, addExtension, cloneSkeleton, compareData, copyData, datastore, del, del, equals, getAffiliatedType, getClassName, getContent, getContentToClientFile, getContentType, getDatastore, getExtension, getMimeType, getOpenHandler, getOption, getParent, getPid, getPidObject, getRank, getRootObject, isContentChanged, isNull, isOpenSynchronous, isSet, length, notEqual, open, open, protocol, removeExtension, retrieve, retrieve, setAffiliatedType, setClassName, setClassOpenHandler, setContent, setContentFromClientFile, setContentType, setDatastore, setInstanceOpenHandler, setMimeType, setNull, setOption, setParent, setPid, setPidObject, setRank, setRootObject, size, update, update |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.mm.sdk.common.dkDataObjectBase |
getObjectType |
Method Detail |
public dkBlob concatReplace(dkBlob adkBlob) throws DKException, java.lang.Exception
adkBlob
- another dkBlob objectpublic dkBlob concatReplace(byte[] aByteArrg) throws DKException, java.lang.Exception
aByteArrg
- a byte array streampublic int indexOf(java.lang.String astring, int startpos) throws DKException, java.lang.Exception
astring
- the search string argumentstartpos
- the offset position start to searchpublic int indexOf(dkBlob adkBlob, int startpos) throws DKException, java.lang.Exception
adkBlob
- the lobData of this dkBlob is the search argumentstartpos
- the offset position start to searchpublic java.lang.String subString(int startpos, int alength) throws DKException, java.lang.Exception
startpos
- the byte offset position start to extractalength
- the length to extractpublic dkBlob remove(int startpos, int alength) throws DKException, java.lang.Exception
startpos
- the byte offset position start to deletealength
- the length to deletepublic dkBlob insert(java.lang.String astring, int startpos) throws DKException, java.lang.Exception
astring
- the argument string datastartpos
- the byte offset position start to insertpublic dkBlob insert(dkBlob adkBlob, int startpos) throws DKException, java.lang.Exception
adkBlob
- the lobData of this dkBlob is the argument datastartpos
- the byte offset position start to insert
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |