public interface PushesFiles extends InteractsWithFiles
Modifier and Type | Method and Description |
---|---|
void |
pushFile(String remotePath,
byte[] base64Data)
Saves base64 encoded data as a file on the remote mobile device.
|
void |
pushFile(String remotePath,
File file)
Saves given file as a file on the remote mobile device.
|
pullFile, pullFolder
void pushFile(String remotePath, byte[] base64Data)
remotePath
- Path to file to write data to on remote devicebase64Data
- Base64 encoded byte array of data to write to remote devicevoid pushFile(String remotePath, File file) throws IOException
remotePath
- Path to file to write data to on remote devicefile
- is a file to write to remote deviceIOException
- when there are problems with a file or current file systemCopyright © 2016. All rights reserved.