@@ -9,4 +9,6 @@ public interface FileStore {
byte[] read(String path) throws Exception;
boolean exist(String path);
+
+ void close();
}