Interface IO

  • All Known Implementing Classes:
    Console

    public interface IO
    Interface for printing to an output.
    • Method Detail

      • print

        void print​(java.lang.String message)
        Prints a message to an output.
        Parameters:
        message - message to be printed