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

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

package org.fisco.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