spis.Util.io
Class StandardInputReader

java.lang.Object
  extended byspis.Util.io.StandardInputReader

public class StandardInputReader
extends java.lang.Object

Class Name : StandardInputReader
Project ref : SPIS project
File name : StandardInputReader.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : Feb 25, 2004
Modification :

Description :


Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Constructor Summary
StandardInputReader()
           
 
Method Summary
static char readChar()
          reads and returns a character
static char readCharCR()
          reads a first character and returns it, then reads untill carriage return.
static float readFloat()
          reads and returns a float
static int readInteger()
          reads and returns an integer, coded in decimal
static java.lang.String readString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardInputReader

public StandardInputReader()
Method Detail

readChar

public static char readChar()
reads and returns a character


readCharCR

public static char readCharCR()
reads a first character and returns it, then reads untill carriage return.


readString

public static java.lang.String readString()

readInteger

public static int readInteger()
reads and returns an integer, coded in decimal


readFloat

public static float readFloat()
reads and returns a float