Package io.milton.http.fs
Class SimpleFileContentService
java.lang.Object
io.milton.http.fs.SimpleFileContentService
- All Implemented Interfaces:
FileContentService
- Author:
- brad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFileContent(File file) voidsetFileContent(File file, InputStream in)
-
Constructor Details
-
SimpleFileContentService
public SimpleFileContentService()
-
-
Method Details
-
setFileContent
- Specified by:
setFileContentin interfaceFileContentService- Throws:
IOException
-
getFileContent
- Specified by:
getFileContentin interfaceFileContentService- Throws:
FileNotFoundException
-