All Packages Class Hierarchy This Package Previous Next Index
Class Global.MyInput
java.lang.Object
|
+----Global.MyInput
- public class MyInput
- extends Object
Description:This is the MyInput Class for Input The Sting and Integer
It contains all Static Methods
- Version:
- 1.0
- Author:
- Vicky Shiv
-
MyDataInputStream
- Variable for the DataInputStream to input the Data
-
MyInput()
-
-
getInt()
- Static Function for integer input
-
getString()
- Static Function for String input
MyDataInputStream
public static DataInputStream MyDataInputStream
- Variable for the DataInputStream to input the Data
MyInput
public MyInput()
getInt
public static int getInt()
- Static Function for integer input
- Returns:
- integer
- Throws: IOException
- throws this exception if unable to read from the input stream
- Throws: NumberFormatException
- throws this exception if the data input is not an integer.
getString
public static String getString()
- Static Function for String input
- Returns:
- String
- Throws: IOException
- throws this exception if unable to read from the input stream
All Packages Class Hierarchy This Package Previous Next Index