package com.jivesoftware.os.amza.api.stream; /** * @author jonathan.colt */ public interface FpStream { boolean stream(long fp) throws Exception; }