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

se.l4.silo.binary.BinaryEntry Maven / Gradle / Ivy

The newest version!
package se.l4.silo.binary;

import se.l4.commons.io.Bytes;
import se.l4.silo.FetchResult;

/**
 * Item as returned via {@link FetchResult}.
 *
 * @author Andreas Holstenson
 *
 */
public interface BinaryEntry
{
	/**
	 * Get the identifier.
	 *
	 * @return
	 */
	Object getId();

	/**
	 * Get the data of this item.
	 *
	 * @return
	 */
	Bytes getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy