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

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

There is a newer version: 5.0.5
Show newest version
package com.creativewidgetworks.goldparser.util;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy