Interface NonDocumentGenericResourceStorage<T>
public interface NonDocumentGenericResourceStorage<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyInputStreamToStore(InputStream inputStream, String id) voidcopyStoreToOutputStream(String id, OutputStream outputStream) voidcopyStringToStore(CharSequence str, String id) booleanvoidserializeObjectToStore(T o, String id)
-
Method Details
-
newStore
- Throws:
IOException
-
copyInputStreamToStore
- Throws:
IOException
-
copyStringToStore
- Throws:
IOException
-
serializeObjectToStore
- Throws:
IOException
-
copyStoreToOutputStream
- Throws:
IOException
-
deserializeObjectFromStore
- Throws:
IOException
-
delete
-