|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.Reader
|
+--java.io.BufferedReader
|
+--raja.io.ObjectReader
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
ObjectReader(Reader in)
|
|
| Method Summary | |
void |
readFields(Map map)
|
Number[] |
readNumbers(int max)
|
Object |
readObject()
|
| Methods inherited from class java.io.BufferedReader |
close, mark, markSupported, read, read, readLine, ready, reset, skip |
| Methods inherited from class java.io.Reader |
read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectReader(Reader in)
throws IOException
| Method Detail |
public Object readObject()
throws IOException
public void readFields(Map map)
throws IOException
public Number[] readNumbers(int max)
throws IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||