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

org.math.io.FilePrintable Maven / Gradle / Ivy

The newest version!
package org.math.io;

import java.io.*;

/**
 * BSD License
 * 
 * @author Yann RICHET
 */
public interface FilePrintable {
    public void toASCIIFile(File f);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy