public class SimpleFileContentService extends Object implements FileContentService
| Constructor and Description |
|---|
SimpleFileContentService() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getFileContent(File file) |
void |
setFileContent(File file,
InputStream in) |
public void setFileContent(File file, InputStream in) throws IOException
setFileContent in interface FileContentServiceIOExceptionpublic InputStream getFileContent(File file) throws FileNotFoundException
getFileContent in interface FileContentServiceFileNotFoundExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.