com.jpattern.core.textfiles.IFileWriter Maven / Gradle / Ivy
package com.jpattern.core.textfiles;
/**
*
* @author Francesco Cina'
*
* 11/giu/2010
*/
public interface IFileWriter {
boolean println(String text);
boolean close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy