net.damf.games.janimine
Class CommuNiche

java.lang.Object
  extended by net.damf.games.janimine.CommuNiche

public class CommuNiche
extends java.lang.Object


Field Summary
private static java.io.BufferedReader in
           
 
Constructor Summary
CommuNiche()
           
 
Method Summary
static char getChar()
           
static char getChar(boolean bib)
           
static int getInt(java.lang.String out)
           
static java.lang.String getResponse(java.lang.String out)
           
static void setItUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

private static java.io.BufferedReader in
Constructor Detail

CommuNiche

public CommuNiche()
Method Detail

setItUp

public static void setItUp()

getChar

public static char getChar()

getChar

public static char getChar(boolean bib)

getInt

public static int getInt(java.lang.String out)

getResponse

public static java.lang.String getResponse(java.lang.String out)