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 |
---|---|
InputStream |
getFile(String guid) |
FileDescription |
getFileDescription(String guid) |
com.aspose.ms.System.IO.Stream |
getFileInternal(String guid) |
FileDescription getFileDescription(String guid)
InputStream getFile(String guid)
com.aspose.ms.System.IO.Stream getFileInternal(String guid)
Copyright © 2019. All rights reserved.