| Package | Description |
|---|---|
| org.ikasan.connector.basefiletransfer.net |
| Modifier and Type | Method and Description |
|---|---|
BaseFileTransferMappedRecord |
FileTransferClient.get(ClientListEntry clientListEntry)
Gets a BaseFileTransferMappedRecord (a 'File') given a ClientListEntry
|
BaseFileTransferMappedRecord |
FileTransferClient.get(String filePath)
Gets a BaseFileTransferMappedRecord (a 'File') given a filePath
|
void |
FileTransferClient.get(String filePath,
OutputStream outputStream)
Get a file as a OutputStream
|
void |
FileTransferClient.get(String filePath,
OutputStream outputStream,
int resume,
long offset)
Get a file as an OutputStream given an offset and a resume flag
|
InputStream |
FileTransferClient.getAsInputStream(String filePath)
Utilises the underlying API to return an InputStream as the result of the
GET operation
|
InputStream |
FileTransferClient.getContentAsStream(ClientListEntry entry)
Get the content of a ClientListFileEntry (a 'File') as an InputStream
|
Copyright © 2007-2017 Ikasan. All Rights Reserved.