Aqualogic Interaction API  
 

IPTObjectManager.GetReadDataStream Method 

Obtain stream to read data from BLOB or file associated with object. Used internally for job persistence.

object GetReadDataStream(
   int nObjectID,
   object pbstrNote
);

Parameters

nObjectID
the object ID of the object whose stream is sought
pbstrNote
a String populated by the call for header information

Return Value

a read data stream for this object

See Also

IPTObjectManager Interface | com.plumtree.server Namespace