Package com.documentum.operations
Interface IDfInputStreamContent
public interface IDfInputStreamContent
An interface for passing an InputStream to the operations package. This interface exists because content in the
documentum system requires a little extra metadata to be processed efficiently. In particular, the size is very
useful. In the future we may find that the format is also useful. This interface allows the size (and possibly
other things in the future) to be carried along with an InputStream as it is passed through the "operations" package.
-
Method Summary
-
Method Details
-
getSize
long getSize() -
getInputStream
InputStream getInputStream()
-