Class MockFileStore
java.lang.Object
com.erudika.para.core.storage.MockFileStore
- All Implemented Interfaces:
FileStore
In-memory FileStore.
- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deletes a file.Loads a file from a storage service.store
(String path, InputStream data) Saves a file to a storage service.