Class BasicFileStorage
java.lang.Object
fr.gouv.vitam.storage.offers.tape.cas.BasicFileStorage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteFile
(String containerName, String storageId) listStorageIdsByContainerName
(String containerName) writeFile
(String containerName, String objectName, InputStream inputStream, long size)
-
Constructor Details
-
BasicFileStorage
-
-
Method Details
-
writeFile
public String writeFile(String containerName, String objectName, InputStream inputStream, long size) throws IOException - Throws:
IOException
-
readFile
- Throws:
IOException
-
deleteFile
-
listStorageIdsByContainerName
- Throws:
IOException
-