public interface IOutputDataHandler
Implement this interface to provide custom way of saving of the output file. E.g. to Amazon S3
Modifier and Type | Method and Description |
---|---|
String |
saveFile(String guid,
InputStream stream) |
String |
saveFileInternal(String guid,
com.aspose.ms.System.IO.Stream stream) |
String saveFile(String guid, InputStream stream)
Copyright © 2019. All rights reserved.