public interface IInputDataHandler
Implement this interface to provide custom way of loading of the input file. E.g. from Amazon S3
Modifier and Type | Method and Description |
---|---|
FileDescription |
getFileDescription(String guid) |
InputStream |
getStream(String guid) |
com.aspose.ms.System.IO.Stream |
getStreamInternal(String guid) |
FileDescription getFileDescription(String guid)
InputStream getStream(String guid)
com.aspose.ms.System.IO.Stream getStreamInternal(String guid)
Copyright © 2017. All rights reserved.