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

com.jpattern.core.textfiles.IFileReader Maven / Gradle / Ivy

The newest version!
package com.jpattern.core.textfiles;

/**
 * 
 * @author Francesco Cina'
 *
 * 09/giu/2010
 */
public interface IFileReader {

	String getFullText();	
	
	String readLine();
	
	boolean hasNextLine();
	
	void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy