|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectInput
public class Input
標準入力読み込み用
コンストラクタの概要 | |
---|---|
Input()
|
メソッドの概要 | |
---|---|
static char |
readChar()
文字読み込み(%c) |
static double |
readDouble()
数値読み込み(%f) |
static int |
readInt()
数値読み込み(%d) |
static java.lang.String |
readString()
文字列読み込み(%s) |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Input()
メソッドの詳細 |
---|
public static java.lang.String readString()
public static char readChar()
public static int readInt()
public static double readDouble()
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |