| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
File |
Service.createFile(java.lang.String filePath,
byte[] buffer)
Creates the file.
|
File |
Service.createFile(java.lang.String filePath,
byte[] buffer,
boolean overwrite)
Creates the file.
|
File |
Service.createFile(java.lang.String filePath,
java.io.InputStream stream)
Creates the file.
|
File |
Service.createFile(java.lang.String filePath,
java.io.InputStream stream,
boolean overwrite)
Creates the file.
|
File |
Service.createTemplateFile(java.lang.String filePath)
Creates the template file.
|
File |
Service.createTemplateFile(java.lang.String filePath,
TemplateFileType type)
Creates the template file.
|
File |
Service.getFile(java.lang.String filePath)
Gets the file.
|
File |
Service.getFileByRelativePath(java.lang.String filePath) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<File> |
Service.getFiles(java.lang.String folderPath)
Gets the files.
|
java.util.List<File> |
Service.getFiles(java.lang.String folderPath,
java.util.List<IQueryOption> queryOptions)
Gets the files.
|