Interface Store

All Known Implementing Classes:
DirectoryStore

public interface Store
Created by andrzej on 08.08.2016.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns number of elements in store
    getContent(tigase.xmpp.jid.BareJID uploader, String slotId, String filename)
    Method to retrieve content of file from slot
    void
    remove(tigase.xmpp.jid.BareJID uploader, String slotId)
    Method removes content of slot
    void
    setContent(tigase.xmpp.jid.BareJID uploader, String slotId, String filename, long size, ReadableByteChannel source)
    Method to set content of file to slot
    long
    Returns size used by store