public abstract class ConvertedDocumentStream
extends com.aspose.ms.System.MulticastDelegate
Describes delegate to receive converted document stream.
Constructor and Description |
---|
ConvertedDocumentStream() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(com.aspose.ms.System.IO.Stream stream,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
com.aspose.ms.System.IO.Stream |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract com.aspose.ms.System.IO.Stream |
invoke(com.aspose.ms.System.IO.Stream stream)
Receives converted document stream.
|
getInvocationList, op_Equality, op_Inequality
public abstract com.aspose.ms.System.IO.Stream invoke(com.aspose.ms.System.IO.Stream stream) throws Exception
Receives converted document stream.
Exception
public final com.aspose.ms.System.IAsyncResult beginInvoke(com.aspose.ms.System.IO.Stream stream, com.aspose.ms.System.AsyncCallback callback, Object state)
public final com.aspose.ms.System.IO.Stream endInvoke(com.aspose.ms.System.IAsyncResult result)