package net.sf.jasperreports.engine; public interface JRRewindableDataSource extends JRDataSource { void moveFirst() throws JRException; }