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

com.creativewidgetworks.goldparser.util.ConsoleDriver Maven / Gradle / Ivy

package com.creativewidgetworks.goldparser.util;

public interface ConsoleDriver {
    String read();
    void write(String data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy