public interface MLOutputAdapter
Modifier and Type | Method and Description |
---|---|
void |
write(String outPath,
InputStream in)
Write a given input stream to a given target path.
|
void write(String outPath, InputStream in) throws MLOutputAdapterException
outPath
- targeted path. eg: /test.txtin
- InputStream
to be written. This should be closed by this method.MLOutputAdapterException
- on a write failure.Copyright © 2016 WSO2, Inc.. All Rights Reserved.