Class TempDirectoryRepository

java.lang.Object
nl.goodbytes.xmpp.xep0363.repository.AbstractFileSystemRepository
nl.goodbytes.xmpp.xep0363.repository.TempDirectoryRepository
All Implemented Interfaces:
Repository

public class TempDirectoryRepository extends AbstractFileSystemRepository
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