se.l4.silo.StoreResult Maven / Gradle / Ivy
The newest version!
package se.l4.silo;
public interface StoreResult
{
/**
* Get the identifier of the stored object.
*
* @return
*/
Object getId();
/**
* Get the size of the stream stored.
*
* @return
*/
long getSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy