public interface IRemoteFile
Modifier and Type | Method and Description |
---|---|
boolean |
createDir(String dirPath) |
boolean |
delete(String srcPath) |
String |
getDirectory(String path)
This returns a set of Strings in the same format as returned by
getInfo() - separated by '|' characters.
|
String |
getInfo(String path) |
InputStream |
getInputStreamFor(String path) |
OutputStream |
getOutputStreamFor(String path,
boolean append) |
boolean |
move(String srcPath,
String destPath) |
String getDirectory(String path)
path
- InputStream getInputStreamFor(String path)
OutputStream getOutputStreamFor(String path, boolean append)
boolean delete(String srcPath)
boolean createDir(String dirPath)