Package io.milton.http.fs
Interface FileContentService
- All Known Implementing Classes:
SimpleFileContentService
public interface FileContentService
Abstraction for storing and retrieving
- Author:
- brad
-
Method Summary
Modifier and TypeMethodDescriptiongetFileContent(File file) voidsetFileContent(File file, InputStream in)
-
Method Details
-
setFileContent
- Throws:
IOException
-
getFileContent
- Throws:
FileNotFoundException
-