public interface FileContentService
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getFileContent(File file) |
void |
setFileContent(File file,
InputStream in) |
void setFileContent(File file, InputStream in) throws IOException
IOExceptionInputStream getFileContent(File file) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.