public static class FileAssetIngestor.SftpSource extends Object implements Source
| Constructor and Description |
|---|
SftpSource(long length,
CheckedSupplier<com.jcraft.jsch.ChannelSftp> channel,
HierarchicalElement elem) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
HierarchicalElement |
getElement() |
long |
getLength() |
String |
getName() |
InputStream |
getStream() |
public SftpSource(long length,
CheckedSupplier<com.jcraft.jsch.ChannelSftp> channel,
HierarchicalElement elem)
public InputStream getStream() throws IOException
getStream in interface SourceIOExceptionpublic long getLength()
throws IOException
getLength in interface SourceIOExceptionpublic HierarchicalElement getElement()
getElement in interface Sourcepublic void close()
throws IOException
close in interface SourceIOExceptionCopyright © 2013–2020 Adobe. All rights reserved.