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) |
FileDescription getFileDescription(String guid)
InputStream getStream(String guid)
Copyright © 2018. All rights reserved.