Class TempDirectoryRepository
java.lang.Object
nl.goodbytes.xmpp.xep0363.repository.AbstractFileSystemRepository
nl.goodbytes.xmpp.xep0363.repository.TempDirectoryRepository
- All Implemented Interfaces:
Repository
A repository of files, backed by a temporary directory.
This implementations makes no guarantees about the availability of data that is stored. Files might be purged without
notice.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
-
Field Summary
Fields inherited from class nl.goodbytes.xmpp.xep0363.repository.AbstractFileSystemRepository
repository -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nl.goodbytes.xmpp.xep0363.repository.AbstractFileSystemRepository
calculateETagHash, contains, delete, delete, destroy, getContentType, getInputStream, getOutputStream, getSize, getUsableSpace, getUsedSpace, initialize, purge
-
Constructor Details
-
TempDirectoryRepository
public TempDirectoryRepository()
-
-
Method Details
-
initializeRepository
- Specified by:
initializeRepositoryin classAbstractFileSystemRepository- Throws:
IOException
-