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

org.bcos.web3j.console.IODevice Maven / Gradle / Ivy

There is a newer version: 2.6.6
Show newest version
package org.bcos.web3j.console;

/**
 * IO device abstraction.
 */
public interface IODevice {
    void printf(String format, Object ... args);

    String readLine(String fmt, Object ... args);

    char[] readPassword(String fmt, Object ... args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy