All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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