Package it.unibs.ing.fp.testingconsole.io

Examples of it.unibs.ing.fp.testingconsole.io.IOUtil


public class HelloApp {
  private final IOUtil io;
 
  public HelloApp(Scanner scanner, PrintStream out) {
    io = new IOUtil(scanner, out);
  }
View Full Code Here

TOP

Related Classes of it.unibs.ing.fp.testingconsole.io.IOUtil

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.