Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

middle
Interface IOManager  view IOManager download IOManager.java


public interface IOManager

This is a pluggable IO manager for user interaction. Note tha this approach allows one to use some nice piping between the simulator and some other program


Method Summary
 java.lang.String cin()
           
 void cout(java.lang.String s)
           
 

Method Detail

cin

public java.lang.String cin()

cout

public void cout(java.lang.String s)